diff options
Diffstat (limited to 'tests/test_argparse_completer.py')
-rw-r--r-- | tests/test_argparse_completer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_argparse_completer.py b/tests/test_argparse_completer.py index e54e49c2..b904a6ac 100644 --- a/tests/test_argparse_completer.py +++ b/tests/test_argparse_completer.py @@ -63,7 +63,7 @@ class AutoCompleteTester(cmd2.Cmd): # Begin code related to help and command name completion ############################################################################################################ # Top level parser for music command - music_parser = Cmd2ArgumentParser(description='Manage music', prog='music') + music_parser = Cmd2ArgumentParser(description='Manage music') # Add subcommands to music music_subparsers = music_parser.add_subparsers() |