Skip to content

Commit

Permalink
command-line.parser: fix tests for usage change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed May 23, 2024
1 parent 68fb650 commit 8743175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/command-line/parser/parser-tests.factor
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ TUPLE: foo ;
] [ invalid-value? ] must-fail-with

{
"Usage:\n program [options] [arguments]\n\nOptions:\n --help show this help and exit\n --host HOST set the hostname (default: 127.0.0.1)\n --port PORT set the port (default: 61613)\n --username USERNAME set the username\n --password PASSWORD set the password\n --foo (default: 10)\n --bar \n"
"Usage:\n program [--help] [--host HOST] [--port PORT] [--username USERNAME] [--password PASSWORD] [--foo] [--bar]\n\nOptions:\n --help show this help and exit\n --host HOST set the hostname (default: 127.0.0.1)\n --port PORT set the port (default: 61613)\n --username USERNAME set the username\n --password PASSWORD set the password\n --foo (default: 10)\n --bar \n"
} [
[
H{
Expand Down

0 comments on commit 8743175

Please sign in to comment.