diff options
| author | Markus Reiter | 2017-01-23 16:23:01 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-01-23 16:23:01 +0100 |
| commit | 2076b494a6233630025acd45d9a5766bd6bb785d (patch) | |
| tree | 62524985c7f4fa3e3a27942ed06aede6b31790d7 /Library/Homebrew/cask/lib/hbc/cli | |
| parent | 2d5b659b0e4ba396f133156d368afc4fa1b8373c (diff) | |
| download | brew-2076b494a6233630025acd45d9a5766bd6bb785d.tar.bz2 | |
Add manpage entry for _appcast_checkpoint.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb index 915ec314b..790e917b2 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_appcast_checkpoint.rb @@ -50,7 +50,7 @@ module Hbc end def self.help - "prints (no flag) or calculates ('--calculate') a given Cask's (or URL's) appcast checkpoint" + "prints or calculates a given Cask's or URL's appcast checkpoint" end def self.needs_init? |
