]> git.phdru.name Git - mimedecode.git/commitdiff
Update usage help
authorOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 20:04:37 +0000 (00:04 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 23 Feb 2014 20:04:37 +0000 (00:04 +0400)
mimedecode.py

index 882034b0f4f021d91277dd9e21676114caf144aa..dcf307c015a28dbef7e8d68fda6e532d3e01a891 100755 (executable)
@@ -18,7 +18,7 @@ Broytman mimedecode.py version %s, %s
 def usage(code=0, errormsg=''):
     version(0)
     sys.stdout.write("""\
-Usage: %s [-h|--help] [-V|--version] [-cCDP] [-H|--host=hostname] [-f charset] [-d header] [-p header:param] [-beit mask] [-o output_file] [input_file [output_file]]
+Usage: %s [-h|--help] [-V|--version] [-cCDP] [-H|--host=hostname] [-f charset] [-d header] [-p header:param] [-r header] [-R header:param] [-beit mask] [-o output_file] [input_file [output_file]]
 """ % me)
     if errormsg:
         sys.stderr.write(errormsg + '\n')