summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-09-23 17:41:40 +0200
committermakefu <github@syntax-fehler.de>2011-09-23 17:41:40 +0200
commit41c07676d37dff4a46ca5e18aaa05fbe970acb63 (patch)
tree757f18d330830b88eee5511be7d2e23d4098d766 /crypto
parentcc74c033c19db59069f9bb5e12670e9916eadcf9 (diff)
ukrepl: add new modes to help message
punctuation and historic latin are now part of the help message
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/bin/ukrepl2
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)