From: martin f. krafft Date: Sun, 30 Sep 2007 15:38:18 +0000 (+0100) Subject: fix usage message X-Git-Tag: mailplate-0.1~14 X-Git-Url: https://git.madduck.net/code/mailplate.git/commitdiff_plain/86e61847157c6eb4fb2388485747b0d2b30ad181?ds=sidebyside fix usage message --- diff --git a/mailplate b/mailplate index d6dbc80..7e1a4d4 100755 --- a/mailplate +++ b/mailplate @@ -224,7 +224,7 @@ TPATH = os.path.expanduser(config['template_path']) ### parser = OptionParser() -parser.usage = 'Usage: $prog [options] ' +parser.usage = '%prog [options] ' parser.add_option('-a', '--auto', dest='auto', default=False, action='store_true', help='turn on template auto-discovery')