Update README.org for new short command line options

This commit is contained in:
Thomas Wallrafen 2014-12-12 16:14:53 +01:00
parent 69251d5289
commit b0b01553db

View file

@ -15,7 +15,7 @@ minutes, and seconds is not a colon but a dot. Colons are causing
several problems on different file systems and are there fore replaced
with the (older) DIN 5008 version with dots.
: Usage:
: Usage:
: date2name [options] file ...
Run "date2name --help" for usage hints
@ -24,9 +24,9 @@ Run "date2name --help" for usage hints
: -h, --help show this help message and exit
: -d, --directories modify only directory names
: -f, --files modify only file names
: --compact use compact datestamp (YYYYMMDD)
: --month use datestamp with year and month (YYYY-MM)
: --withtime use datestamp including seconds (YYYY-MM-DDThh.mm.ss)
: -C, --compact use compact datestamp (YYYYMMDD)
: -M, --month use datestamp with year and month (YYYY-MM)
: -w, --withtime use datestamp including seconds (YYYY-MM-DDThh.mm.ss)
: -m, --mtime take modification time for datestamp [default]
: -c, --ctime take creation time for datestamp
: -q, --quiet do not output anything but just errors on console