diff --git a/t_parse_args/test_result.log b/t_parse_args/test_result.log index aa121f4a14453f8d1aa9b3c0f787b1429d76d5b8..a1262a5417e4d2617a3694620fa841248893c3c4 100644 --- a/t_parse_args/test_result.log +++ b/t_parse_args/test_result.log @@ -1,12 +1,13 @@ Display help: -usage: t_parse_args [-f] [-s string] string [string] +usage: t_parse_args [-f] [-s string] string [string] [string] Program to show how to parse arguments. positional arguments: string Required parameter string Show how to accept simple text as option + string Show how to accept multiple parameters optional arguments: -f, --flag Show how to read a flag @@ -17,3 +18,4 @@ Parsed arguments: - The flag is not activated. - The first argument is: 'arg1' - The optional argument is: 'arg2' +- The list of parameters is: