diff --git a/tren.rst b/tren.rst index a41b5ad..dd231da 100644 --- a/tren.rst +++ b/tren.rst @@ -8,7 +8,7 @@ :: - tren.py [-dhipqtvx] [-s string] [-r old=new]... file|dir file|dir ... + tren.py [-dhipqtvwx] [-l string] [-r old=new]... [-s number] file|dir file|dir ... DESCRIPTION @@ -47,7 +47,7 @@ By default, only the first instance of the string is replaced in the name, but you can use the ``-g`` option to replace *all* instances - of the old string withthe new one. + of the old string with the new one. Ordinarily **tren** treats both the old string you specify with the ``-r`` option *literally*. However, it is sometimes handy @@ -81,6 +81,10 @@ (Default: "YYYYMMDD") + -l string File "extension" delimiter string. + (Default: ".") + + -p Prepend, do not replace, file name with date sequence. (Default: Replace filename) @@ -89,13 +93,12 @@ (Default: Display progress) - -s string File "extension" delimiter string. - (Default: ".") - - -r Replace "oldstring" with "newstring" in filenames. + -s number Set starting sequence number when renaming by date. + (Default: 0) + -t Test mode, don't rename, just show what the program *would* do (ignores -q). @@ -149,7 +152,7 @@ :: - $Id: tren.rst,v 1.103 2010/01/15 00:18:43 tundra Exp $ + $Id: tren.rst,v 1.104 2010/01/15 02:15:41 tundra Exp $ You can find the latest version of this program at: