mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-tests: Update cmdline tests for section name
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
b2b24c91fa
commit
7a008c6b74
@ -46,7 +46,7 @@ Usage: test5 [<options>] <command> [<args>]
|
||||
Help Options:
|
||||
-h, --help Show this help message
|
||||
|
||||
Commands:
|
||||
Action Commands:
|
||||
action one action one help
|
||||
action two action two help
|
||||
Usage: test5 [<options>] <command> [<args>]
|
||||
@ -54,7 +54,7 @@ Usage: test5 [<options>] <command> [<args>]
|
||||
Help Options:
|
||||
-h, --help Show this help message
|
||||
|
||||
Commands:
|
||||
Action Commands:
|
||||
action one action one help
|
||||
action two action two help
|
||||
Usage: test5 [<options>] <command> [<args>]
|
||||
@ -62,7 +62,7 @@ Usage: test5 [<options>] <command> [<args>]
|
||||
Help Options:
|
||||
-h, --help Show this help message
|
||||
|
||||
Commands:
|
||||
Action Commands:
|
||||
action one action one help
|
||||
action two action two help
|
||||
EOF
|
||||
|
@ -286,7 +286,7 @@ static void test5(void)
|
||||
ret = cmdline_init(mem_ctx,
|
||||
"test5",
|
||||
NULL,
|
||||
NULL,
|
||||
"Action",
|
||||
action_commands,
|
||||
&cmdline);
|
||||
assert(ret == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user