Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rename text in manpage (#2290) #2328

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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