Skip to content

Commit 605096d

Browse files
committed
Fix CLI usage.
1 parent 6b74365 commit 605096d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def self.options(argv, format: nil)
430430

431431
##
432432
# Output usage message
433-
def self.usage(options, cmd_opts = {}, banner: nil)
433+
def self.usage(options, cmd_opts: {}, banner: nil)
434434
options.banner = banner if banner
435435
$stdout.puts options
436436
$stdout.puts "Note: available commands and options may be different depending on selected --input-format and/or --output-format."

0 commit comments

Comments
 (0)