aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/migrate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd/migrate.rb')
-rw-r--r--Library/Homebrew/cmd/migrate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/migrate.rb b/Library/Homebrew/cmd/migrate.rb
index 2726b1480..951a2942e 100644
--- a/Library/Homebrew/cmd/migrate.rb
+++ b/Library/Homebrew/cmd/migrate.rb
@@ -2,7 +2,7 @@
#: Migrate renamed packages to new name, where <formulae> are old names of
#: packages.
#:
-#: If `--force` is passed, then treat installed <formulae> and passed <formulae>
+#: If `--force` (or `-f`) is passed, then treat installed <formulae> and passed <formulae>
#: like if they are from same taps and migrate them anyway.
require "migrator"