We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b74365 commit 605096dCopy full SHA for 605096d
1 file changed
lib/rdf/cli.rb
@@ -430,7 +430,7 @@ def self.options(argv, format: nil)
430
431
##
432
# Output usage message
433
- def self.usage(options, cmd_opts = {}, banner: nil)
+ def self.usage(options, cmd_opts: {}, banner: nil)
434
options.banner = banner if banner
435
$stdout.puts options
436
$stdout.puts "Note: available commands and options may be different depending on selected --input-format and/or --output-format."
0 commit comments