Skip to content

Commit

Permalink
add -W option
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Feb 11, 2024
1 parent 5de74f7 commit e1565fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/minisign
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ op = OptionParser.new do |opts|
opts.on('-C') do |c|
options[:C] = c
end
opts.on('-W') do |w|
options[:W] = w
end
opts.on('-f') do |f|
options[:f] = f
end
Expand Down

0 comments on commit e1565fc

Please sign in to comment.