diff options
| author | EricFromCanada | 2017-02-25 17:37:57 -0500 |
|---|---|---|
| committer | EricFromCanada | 2017-02-25 17:37:57 -0500 |
| commit | afc539f86e2be27744838d0db6f85bcfe20fa857 (patch) | |
| tree | ccd4fdece45a5fcaa3ced594ef34da610740e6cc /Library/Homebrew/cmd/unpack.rb | |
| parent | 6cb56297378cb57ade790c392dacf4a3bf02f7da (diff) | |
| download | brew-afc539f86e2be27744838d0db6f85bcfe20fa857.tar.bz2 | |
Update brew's man page formatting and grammar
Also update command specifications to match descriptions.
Diffstat (limited to 'Library/Homebrew/cmd/unpack.rb')
| -rw-r--r-- | Library/Homebrew/cmd/unpack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/unpack.rb b/Library/Homebrew/cmd/unpack.rb index 4e6584e70..60d796d9f 100644 --- a/Library/Homebrew/cmd/unpack.rb +++ b/Library/Homebrew/cmd/unpack.rb @@ -1,7 +1,7 @@ #: * `unpack` [`--git`|`--patch`] [`--destdir=`<path>] <formulae>: #: Unpack the source files for <formulae> into subdirectories of the current #: working directory. If `--destdir=`<path> is given, the subdirectories will -#: be created in the directory named by `<path>` instead. +#: be created in the directory named by <path> instead. #: #: If `--patch` is passed, patches for <formulae> will be applied to the #: unpacked source. |
