diff options
| -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) | 
