Skip to content

Commit 8ab872d

Browse files
committed
.
1 parent 56fb859 commit 8ab872d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

derender/lib/sevgi/binaries/igsev.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def option(argv, options)
2424
case (arg = argv.shift)
2525
when "-r", "--require" then options.require = argv.shift
2626
when "-x", "--exception" then options.vomit = true
27-
27+
2828
when "-h", "--help" then options.help = true
2929
when "-v", "--version" then options.version = true
3030
else Error.("Not a valid option: #{arg}")
@@ -72,7 +72,7 @@ def help
7272
7373
-r, --require LIB Require Ruby LIB
7474
-x, --exception Raise exception instead of abort
75-
75+
7676
-h, --help Show this help
7777
-v, --version Display version
7878
HELP

0 commit comments

Comments
 (0)