]> git.madduck.net Git - code/mailplate.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix usage message
authormartin f. krafft <madduck@madduck.net>
Sun, 30 Sep 2007 15:38:18 +0000 (16:38 +0100)
committermartin f. krafft <madduck@madduck.net>
Sun, 30 Sep 2007 15:38:45 +0000 (16:38 +0100)
mailplate

index d6dbc80b430b7463f89c22a9c0aab944c3700939..7e1a4d498f34ad88519a720c16ea41cd902ea893 100755 (executable)
--- a/mailplate
+++ b/mailplate
@@ -224,7 +224,7 @@ TPATH = os.path.expanduser(config['template_path'])
 ###
 
 parser = OptionParser()
-parser.usage = 'Usage: $prog [options] <message>'
+parser.usage = '%prog [options] <message>'
 parser.add_option('-a', '--auto', dest='auto',
         default=False, action='store_true',
         help='turn on template auto-discovery')