aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-04-22 20:26:17 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-04-22 20:26:17 +0000
commit48178ab254d8ec8c8954f373f1900287f4b73843 (patch)
tree7312630b9b61dd125fed9af8c762c6188544e211 /README
parentff7616060cc2489ab6e28e2ef95627fddbb0c912 (diff)
downloadrenrot-48178ab254d8ec8c8954f373f1900287f4b73843.tar.gz
renrot-48178ab254d8ec8c8954f373f1900287f4b73843.tar.bz2
Real use --work-directory option.
Fix several typos. Don't use double quotes in config file (special symbol issue such as '@' in email). git-svn-id: file:///svnroot/renrot/trunk@57 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 0b4ca16..3c93c52 100644
--- a/README
+++ b/README
@@ -38,10 +38,10 @@ Personal data could be specified via XMP tags defined in config file
Examples:
renames PICTZZZZ.JPG to sample.YYYYmmddHHMMSS.XXXX.jpg
- renrot --name-prefix sample --ext *.JPG
+ renrot --name-prefix sample --ext '*.JPG'
renames PICTZZZZ.JPG to YYYYmmddHHMMSS.XXXX.WwwwIiiiAaaaEeeejpg
- renrot --name-suffix --ext *.JPG
+ renrot --name-suffix --ext '*.JPG'
rotates all files by 90CW
renrot --rotate 90 --ext jpg

Return to:

Send suggestions and report system problems to the System administrator.