Skip to content

Commit

Permalink
RuboCop pfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Piven committed Nov 1, 2017
1 parent c7a30b3 commit b336e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ OptionParser.new do |parser|
parser.banner = "Usage: #{filename} [options] [command] [command options]"
parser.separator ''
parser.separator ' Supported commands:'
subcommands.keys.each do |command|
subcommands.each_key do |command|
parser.separator " * #{command}"
end
parser.separator ''
Expand Down

0 comments on commit b336e40

Please sign in to comment.