From fe9889aba7cd0be1834c5c4960ea90dd8eadc29f Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Wed, 29 Oct 2014 00:08:58 +0100 Subject: Some typos (inplace, tranformation) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Aulery Signed-off-by: Gerd Hoffmann --- exiftran.c | 4 ++-- exiftran.man | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/exiftran.c b/exiftran.c index 410d937..7f0de77 100644 --- a/exiftran.c +++ b/exiftran.c @@ -239,7 +239,7 @@ int main(int argc, char *argv[]) if (NULL == outfile && 0 == inplace) { fprintf(stderr, "you have to either specify a output file (-o )\n" - "or enable inplace editing (-i). Try -h for more info.\n"); + "or enable in-place editing (-i). Try -h for more info.\n"); exit(1); } if (JXFORM_NONE == transform && @@ -247,7 +247,7 @@ int main(int argc, char *argv[]) !(flags & JFLAG_UPDATE_THUMBNAIL)) { fprintf(stderr, "What do you want to do today? Neither a new comment nor a\n" - "tranformation operation was specified (try -h for more info).\n"); + "transformation operation was specified (try -h for more info).\n"); exit(1); } diff --git a/exiftran.man b/exiftran.man index 1889f88..c67400f 100644 --- a/exiftran.man +++ b/exiftran.man @@ -96,17 +96,17 @@ Set jpeg comment tag to \fItext\fP. Specify output \fIfile\fP. Only one input file is allowed in this mode. .TP .B -i -Enable inplace editing of the images. +Enable in-place editing of the images. .BR Exiftran allows multiple input files then. You must specify either this option or a output file with \fB-o\fP for all operations which modify the image (i.e. everything but \fB-d\fP right now). .TP .B -b -Create a backup file when doing inplace editing (imply \fB-i\fP). +Create a backup file when doing in-place editing (imply \fB-i\fP). .TP .B -p -Preserve timestamps (atime + mtime) when doing inplace editing (imply \fB-i\fP). +Preserve timestamps (atime + mtime) when doing in-place editing (imply \fB-i\fP). \# \# .SH EXAMPLES -- cgit