aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-01-24 21:38:18 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-01-24 21:38:18 +0000
commit2476d833fbaaff38af19624691784a9886bc73be (patch)
tree9d12bf8b61d2bdc7f1f9dbe14729ae115a0a7c49 /gnu/usr.bin
parentfe08efdcfb9eeaeaec0882053ac243e228a9807b (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/tar/tar.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/tar.c b/gnu/usr.bin/tar/tar.c
index 818282cfa302..0aabdd8c6117 100644
--- a/gnu/usr.bin/tar/tar.c
+++ b/gnu/usr.bin/tar/tar.c
@@ -21,6 +21,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
* A tar (tape archiver) program.
*
* Written by John Gilmore, ihnp4!hoptoad!gnu, starting 25 Aug 85.
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
@@ -172,7 +174,8 @@ struct option long_options[] =
{"bzip2", 0, 0, 'y'},
{"bunzip2", 0, 0, 'y'},
{"gzip", 0, 0, 'z'},
- {"ungzip", 0, 0, 'z'},
+ {"gunzip", 0, 0, 'z'},
+ {"ungzip", 0, 0, 'z'}, /* for backwards compatibility with former typo */
{"use-compress-program", 1, 0, 18},