Skip to content

Commit

Permalink
Fix rename text in manpage (#2328)
Browse files Browse the repository at this point in the history
Closes #2290.
  • Loading branch information
postscript-dev authored Aug 16, 2022
1 parent 232d423 commit fa94372
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions man/man1/exiv2.1
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ Rename files and/or set file timestamps according to the Exif create
timestamp. Uses the value of tag Exif.Photo.DateTimeOriginal or, if
not present, Exif.Image.DateTime to determine the timestamp. The
filename format can be set with \fB\-r\fP \fIfmt\fP, timestamp options
are \fB\-t\fP and \fB\-T\fP.
are \fB\-t\fP and \fB\-T\fP. When no rename format is provided,
the default is \'%Y%m%d_%H%M%S\' using definitions from \fBstrftime\fP(3).
.TP
.B fi | fixiso
Copy the ISO setting from one of the proprietary Nikon or Canon
Expand Down Expand Up @@ -312,15 +313,17 @@ The 'extract' command will overwrite files when either --force or --Force is use
.br
.TP
.B \-r \fIfmt\fP
Filename format for the 'rename' action. The format string follows
\fBstrftime\fP(3) and supports the following keywords:
Filename format for the 'rename' action. The format string
uses \fBstrftime\fP(3) definitions and supports the following
keywords:
.TS
l l.
:basename: original filename without extension
:dirname: name of the directory holding the original file
:parentname: name of parent directory
.TE
Default filename format is %Y%m%d_%H%M%S.
.sp 1
Note that the colons are part of the keyword.
.TP
.B \-a \fItime\fP
Time adjustment in the format [\-]HH[:MM[:SS]]. This option is only
Expand Down

0 comments on commit fa94372

Please sign in to comment.