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/unlink.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/unlink.rb')
| -rw-r--r-- | Library/Homebrew/cmd/unlink.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/cmd/unlink.rb b/Library/Homebrew/cmd/unlink.rb index a105f9c56..3f858b2c4 100644 --- a/Library/Homebrew/cmd/unlink.rb +++ b/Library/Homebrew/cmd/unlink.rb @@ -1,7 +1,7 @@  #:  * `unlink` [`--dry-run`] <formula>:  #:    Remove symlinks for <formula> from the Homebrew prefix. This can be useful  #:    for temporarily disabling a formula: -#:    `brew unlink foo && commands && brew link foo`. +#:    `brew unlink <formula> && <commands> && brew link <formula>`  #:  #:    If `--dry-run` or `-n` is passed, Homebrew will list all files which would  #:    be unlinked, but will not actually unlink or delete any files. | 
