Skip to content

Commit

Permalink
Delete space in command-line array documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Nov 23, 2016
1 parent 4ba46f5 commit a320834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/sufia_import
Expand Up @@ -20,7 +20,7 @@ args = OptionParser.new do |opts|
options.import_dir = dir
end

opts.on("--json_mapping [class=prefix, ...]", Array, "For each class: prefix pair, import the files discovedrable by the prefix as objects ot the class. Defaults to Sufia::Import::CollectionTranslator=collection_, Sufia::Import::GenericFileTranslator=generic_file_ ") do |mappings|
opts.on("--json_mapping [class=prefix, ...]", Array, "For each class: prefix pair, import the files discovedrable by the prefix as objects ot the class. Defaults to Sufia::Import::CollectionTranslator=collection_,Sufia::Import::GenericFileTranslator=generic_file_ ") do |mappings|
options.mappings = mappings
end

Expand Down

0 comments on commit a320834

Please sign in to comment.