summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Le <greenrecyclebin@gmail.com>2018-04-08 17:06:33 +0800
committerSergey Poznyakoff <gray@gnu.org>2019-01-15 15:29:03 +0200
commitbf5d66109c3c2ef850554290f5d0ff0001b1d0fa (patch)
tree8f16174325abf21f51c72e32c314448978d4aa2b
parentbd1b0fc97c95686175057a203c7a1cf7b79cb19b (diff)
downloadtar-bf5d66109c3c2ef850554290f5d0ff0001b1d0fa.tar.gz
tar-bf5d66109c3c2ef850554290f5d0ff0001b1d0fa.tar.bz2
Fix typos in the documentation
Short option "t" was mistranslated to "--test" instead of "--list" in commit 67cad0792b4e6cf22c6cb1b167b149cd176d49f9.
-rw-r--r--doc/tar.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tar.texi b/doc/tar.texi
index 665f34c6..a475c9b2 100644
--- a/doc/tar.texi
+++ b/doc/tar.texi
@@ -1464,7 +1464,7 @@ tar: Removing leading '/' from member names
/home/myself/practice/folk
/home/myself/practice/jazz
/home/myself/practice/collection.tar
-$ @kbd{tar --test --file practice.tar}
+$ @kbd{tar --list --file practice.tar}
home/myself/practice/
home/myself/practice/blues
home/myself/practice/folk
@@ -1495,7 +1495,7 @@ home/myself/practice/blues
home/myself/practice/folk
home/myself/practice/jazz
home/myself/practice/collection.tar
-$ @kbd{tar --test --file practice.tar}
+$ @kbd{tar --list --file practice.tar}
home/myself/practice/
home/myself/practice/blues
home/myself/practice/folk

Return to:

Send suggestions and report system problems to the System administrator.