Skip to content

Commit cb01199

Browse files
committed
Fix usage with correct flag for config file
1 parent 820a442 commit cb01199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octofacts_updater/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def initialize(argv)
6767
end
6868

6969
def usage
70-
puts "Usage: octofacts-updater --action <action> [--config-file /path/to/config.yaml] [other options]"
70+
puts "Usage: octofacts-updater --action <action> [--config /path/to/config.yaml] [other options]"
7171
puts ""
7272
puts "Available actions:"
7373
puts " bulk: Update fixtures and index in bulk"

0 commit comments

Comments
 (0)