tests: update sav/test_toolcontext_args*.res
authorJean Privat <jean@pryen.org>
Wed, 15 Oct 2014 01:59:06 +0000 (21:59 -0400)
committerJean Privat <jean@pryen.org>
Wed, 15 Oct 2014 19:01:02 +0000 (15:01 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

tests/sav/test_toolcontext_args1.res
tests/sav/test_toolcontext_args2.res

index 5e997e3..800327a 100644 (file)
@@ -5,7 +5,7 @@ _DUMMY_TOOL()
        COMPREPLY=()
        cur="${COMP_WORDS[COMP_CWORD]}"
        prev="${COMP_WORDS[COMP_CWORD-1]}"
-       opts="--warn --warning --quiet --stop-on-first-error --no-color --log --log-dir --help --version --set-dummy-tool --verbose --bash-completion --option-a --option-b"
+       opts="--warn --warning --quiet --stop-on-first-error --no-color --log --log-dir --help --version --set-dummy-tool --verbose --bash-completion --stub-man --option-a --option-b"
        if [[ ${cur} == -* ]] ; then
                COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
                return 0
index 8757721..91fa2fa 100644 (file)
@@ -12,6 +12,7 @@ Test for ToolContext, try --bash-completion.
   --set-dummy-tool        Set toolname and version to DUMMY. Useful for testing
   -v, --verbose           Verbose
   --bash-completion       Generate bash_completion file for this program
+  --stub-man              Generate a stub manpage in pandoc markdown format
   -a, --option-a          option a, do nothing
   -b, --option-b          option b, do nothing
   -c                      option c, do nothing