From 41c07676d37dff4a46ca5e18aaa05fbe970acb63 Mon Sep 17 00:00:00 2001 From: makefu Date: Fri, 23 Sep 2011 17:41:40 +0200 Subject: ukrepl: add new modes to help message punctuation and historic latin are now part of the help message --- crypto/bin/ukrepl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto') 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) -- cgit v1.2.3