]> wimlib.net Git - wimlib/commitdiff
imagex-update.1.in: Minor fixes
authorEric Biggers <ebiggers3@gmail.com>
Tue, 14 May 2013 01:42:54 +0000 (20:42 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Tue, 14 May 2013 01:42:54 +0000 (20:42 -0500)
doc/imagex-update.1.in

index bd67670d8fab3bd9bd2050676a16c4bbdaa9f901..9baafe27d7d07fbf65d25682a19a9189c0579a06 100644 (file)
@@ -59,7 +59,7 @@ desire that all security descriptors be captured exactly, you may wish to
 provide this option, although the Administrator should have permission to read
 everything anyway.
 .SS \fBdelete\fR [\fIOPTION\fR...] \fIPATH\fR
-Deletes a file or directory tree from the WIM image.  \fIPATH\fR must specify the
+Delete a file or directory tree from the WIM image.  \fIPATH\fR must specify the
 path inside the WIM image of the file or directory tree to delete.
 .PP
 The available options for the \fBdelete\fR command are:
@@ -71,7 +71,7 @@ Do not issue an error if the path to delete does not exist.
 Delete the file or directory tree recursively; if not specified, an error is
 issued if the path to delete is a directory.
 .SS \fBrename\fR \fIOLD_PATH\fR \fINEW_PATH\fR
-Renames a file or directory tree inside the WIM image.  \fIOLD_PATH\fR must
+Rename a file or directory tree inside the WIM image.  \fIOLD_PATH\fR must
 specify the old path of the file or directory tree inside the WIM image, and
 \fINEW_PATH\fR must specify the new path for the file or directory tree.  This
 command follows the semantics of the POSIX \fBrename\fR (3) function; in