diff options
Diffstat (limited to 'tests/transcripts')
| -rw-r--r-- | tests/transcripts/from_cmdloop.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/transcripts/from_cmdloop.txt b/tests/transcripts/from_cmdloop.txt index 95537665..f1c68d81 100644 --- a/tests/transcripts/from_cmdloop.txt +++ b/tests/transcripts/from_cmdloop.txt @@ -2,16 +2,16 @@ # so you can see where they are. (Cmd) help say -usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ +Usage: speak [-h] [-p] [-s] [-r REPEAT]/ */ Repeats what you tell me to./ */ optional arguments:/ */ - -h, --help show this help message and exit/ */ - -p, --piglatin atinLay/ */ - -s, --shout N00B EMULATION MODE/ */ - -r REPEAT, --repeat REPEAT/ */ - output [n] times + -h, --help show this help message and exit/ */ + -p, --piglatin atinLay/ */ + -s, --shout N00B EMULATION MODE/ */ + -r, --repeat REPEAT output [n] times/ */ + (Cmd) say goodnight, Gracie goodnight, Gracie (Cmd) say -ps --repeat=5 goodnight, Gracie |
