diff --git a/tren.py b/tren.py
index af85419..608997f 100755
--- a/tren.py
+++ b/tren.py
@@ -8,7 +8,7 @@
 PROGNAME = "tren.py"
 BASENAME = PROGNAME.split(".py")[0]
 PROGENV  = BASENAME.upper()
-RCSID = "$Id: tren.py,v 1.202 2010/03/18 23:41:46 tundra Exp $"
+RCSID = "$Id: tren.py,v 1.203 2010/03/19 00:59:27 tundra Exp $"
 VERSION = RCSID.split()[2]
 
 # Copyright Information
@@ -380,7 +380,7 @@
           "         -f            Force renaming even if target file or directory name already exists (Default: False)",
           "         -h            Print help information (Default: False)",
           "         -I file       Include command line arguments from file",
-          "         -i num        Specify which instance to replace (Default: %s)" % DEFINST,
+          "         -i num|range  Specify which instance to replace (Default: %s)" % DEFINST,
           "         -P char       Use 'char' as the escape sequence (Default: %s)" % DEFESC,
           "         -q            Quiet mode, do not show progress (Default: False)",
           "         -R char       Separator character for -r rename arguments (Default: %s)" % DEFSEP,