diff --git a/src/acom_music_box/music_box_main.py b/src/acom_music_box/music_box_main.py index 1c5bd6a7..3a3c6f08 100644 --- a/src/acom_music_box/music_box_main.py +++ b/src/acom_music_box/music_box_main.py @@ -31,7 +31,7 @@ def getArgsDictionary(argPairs): 'key_value_pairs', nargs='+', # This means one or more arguments are expected action=KeyValueAction, - help='Arguments in key=value format' + help="Arguments in key=value format. Example: configFile=my_config.json" ) argDict = vars(parser.parse_args(argPairs)) # return dictionary