Skip to content

Commit

Permalink
Fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skonzem committed Jun 5, 2015
1 parent 8f5946c commit 39e648c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and flags that are only available to that command.
In the example above 'port' is the flag.

Flag functionality is provided by the [pflag
libary](https://github.com/ogier/pflag), a fork of the flag standard library
library](https://github.com/ogier/pflag), a fork of the flag standard library
which maintains the same interface while adding posix compliance.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion bash_completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ and you'll get something like
-c --container= -p --pod=
```
# Specify valid filename extentions for flags that take a filename
# Specify valid filename extensions for flags that take a filename
In this example we use --filename= and expect to get a json or yaml file as the argument. To make this easier we annotate the --filename flag with valid filename extensions.
Expand Down

0 comments on commit 39e648c

Please sign in to comment.