From: Frédéric Péters Date: Mon, 4 Oct 2010 19:57:50 +0000 (+0200) Subject: Set custom usage string showing the possibility to set jack client name (#2618) X-Git-Tag: 9~1 X-Git-Url: https://git.0d.be/?p=jack_mixer.git;a=commitdiff_plain;h=cd7396e8c7545ed1a362364de6a160305a0384e2 Set custom usage string showing the possibility to set jack client name (#2618) --- diff --git a/jack_mixer.py b/jack_mixer.py index b13eaa0..b6d55e6 100755 --- a/jack_mixer.py +++ b/jack_mixer.py @@ -704,7 +704,7 @@ def main(): else: lash_client = None - parser = OptionParser() + parser = OptionParser(usage='usage: %prog [options] [jack_client_name]') parser.add_option('-c', '--config', dest='config', help='use a non default configuration file') # --no-lash here is not acted upon, it is specified for completeness when