diff options
| author | Mike McQuaid | 2017-04-02 10:14:21 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2017-04-02 10:14:58 +0100 | 
| commit | 566d3cb58b557df8ea6962653c43ba3fe995110f (patch) | |
| tree | b421a2ae8aabec44fb3b7c468ae56405605b27ea /Library/Homebrew/cmd/unpack.rb | |
| parent | bfcfdb4f011abb9289f813f588adbcd9e13a372a (diff) | |
| download | brew-566d3cb58b557df8ea6962653c43ba3fe995110f.tar.bz2 | |
Document all short flags.
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 60d796d9f..89992e1f0 100644 --- a/Library/Homebrew/cmd/unpack.rb +++ b/Library/Homebrew/cmd/unpack.rb @@ -6,7 +6,7 @@  #:    If `--patch` is passed, patches for <formulae> will be applied to the  #:    unpacked source.  #: -#:    If `--git` is passed, a Git repository will be initialized in the unpacked +#:    If `--git` (or `-g`) is passed, a Git repository will be initialized in the unpacked  #:    source. This is useful for creating patches for the software.  require "stringio" | 
