Skip to content

Commit

Permalink
command-line.parser: tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 22, 2024
1 parent dbf4630 commit b32ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/command-line/parser/parser-docs.factor
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ arguments.
HELP: option
{ $class-description "An option that can be specified on the command-line. It has the following slots:"
{ $slots
{ "name" "The name of the argument." }
{ "name" { "The name of the argument (prefixed by dashes " { $snippet "\"-\"" } " if optional)." } }
{ "type" { "The " { $link class } " type of the argument." } }
{ "help" "Some help text to display." }
{ "variable" "An optional variable used to set a parsed value." }
Expand Down

0 comments on commit b32ad8e

Please sign in to comment.