From 8743175bae8bb1e2b8de4ef47f22f65bb64d895f Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 23 May 2024 08:31:40 -0700 Subject: [PATCH] command-line.parser: fix tests for usage change --- extra/command-line/parser/parser-tests.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/command-line/parser/parser-tests.factor b/extra/command-line/parser/parser-tests.factor index f1b870eca5c..ba186ed34b4 100644 --- a/extra/command-line/parser/parser-tests.factor +++ b/extra/command-line/parser/parser-tests.factor @@ -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{