diff --git a/tren.rst b/tren.rst index 154f178..f47e77c 100644 --- a/tren.rst +++ b/tren.rst @@ -1,12 +1,15 @@ NAME ---- -**tren** \- Short Description +**tren** - Advanced File Renaming SYNOPSIS -------- -tren.py [-hv] +:: + + tren.py [-dhipqtv] [-s string] [-r old=new]... file file ... + DESCRIPTION ----------- @@ -16,8 +19,19 @@ OPTIONS ------- - -h print help information - -v print detailed program version information + -d rename by date sequence + -h print help information + -i use ISO date format when renaming by date sequence + -p prepend, do not replace, file name with date sequence + -q quiet mode, do not show progress + -s string file "extension" delimiter string + -r ``old=new`` replace "oldstring" with "newstring" in filenames + -t test mode, don't rename, just show what the program *would* do (ignores -q) + -v print detailed program version information + +EXAMPLES +-------- + OTHER ----- @@ -53,7 +67,7 @@ :: - $Id: tren.rst,v 1.100 2010/01/14 18:24:02 tundra Exp $ + $Id: tren.rst,v 1.101 2010/01/14 22:05:56 tundra Exp $ You can always find the latest version of this program at