Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
musvaage authored and gkellogg committed Jan 1, 2025
1 parent b7ff27e commit 5588cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mk_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def to_ttl
OPT_ARGS = [
["--format", "-f", GetoptLong::REQUIRED_ARGUMENT,"Output format, default #{options[:format].inspect}"],
["--output", "-o", GetoptLong::REQUIRED_ARGUMENT,"Output to the specified file path"],
["--quiet", GetoptLong::NO_ARGUMENT, "Supress most output other than progress indicators"],
["--quiet", GetoptLong::NO_ARGUMENT, "Suppress most output other than progress indicators"],
["--touch", GetoptLong::NO_ARGUMENT, "Create referenced files and directories if missing"],
["--help", "-?", GetoptLong::NO_ARGUMENT, "This message"]
]
Expand Down

0 comments on commit 5588cb1

Please sign in to comment.