diff options
author | makefu <github@syntax-fehler.de> | 2011-09-23 17:41:40 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-09-23 17:41:40 +0200 |
commit | 41c07676d37dff4a46ca5e18aaa05fbe970acb63 (patch) | |
tree | 757f18d330830b88eee5511be7d2e23d4098d766 /crypto/bin/ukrepl | |
parent | cc74c033c19db59069f9bb5e12670e9916eadcf9 (diff) |
ukrepl: add new modes to help message
punctuation and historic latin are now part of the help message
Diffstat (limited to 'crypto/bin/ukrepl')
-rwxr-xr-x | crypto/bin/ukrepl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bin/ukrepl b/crypto/bin/ukrepl index f40e93ea..b3b25db9 100755 --- a/crypto/bin/ukrepl +++ b/crypto/bin/ukrepl @@ -72,6 +72,8 @@ def helpme(): print "modes:" print " c -- cyrillic replace" print " f -- fixed width" + print " p -- replace punctuation" + print " H -- replace with historic latin chars" print " h -- this message" sys.exit(0) |