We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244f458 commit df00e8aCopy full SHA for df00e8a
bin/beats
@@ -19,7 +19,7 @@ def parse_options
19
options[:split] = true
20
end
21
22
- opts.on("-p", "--pattern PATTERN_NAME", "Output a single pattern instead of the whole song" ) do |p|
+ opts.on("-p", "--pattern PATTERN_NAME", "Output a single pattern instead of the whole song") do |p|
23
options[:pattern] = p
24
25
@@ -32,7 +32,7 @@ def parse_options
32
exit
33
34
35
- opts.on( "-h", "--help", "Display this screen and exit" ) do
+ opts.on("-h", "--help", "Display this screen and exit") do
36
puts opts
37
38
0 commit comments