diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 06:57:48 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-11 06:57:48 +0000 |
commit | 70e9e0518738d162f50f67346790241ac5933099 (patch) | |
tree | fb93591e659912ea5dcedf192baa91af60ddd47c /bin/pax/options.c | |
parent | dad391985c5345df55a03fffdfc24f1f6b597db5 (diff) |
Add -z and -Z options to tar usage strings
Diffstat (limited to 'bin/pax/options.c')
-rw-r--r-- | bin/pax/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index 411dece0ca4..8645d5dfd78 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1129,7 +1129,7 @@ void tar_usage() #endif { - (void)fputs("usage: tar -{txru}[cevfbmopwBHLPX014578] [tapefile] ", + (void)fputs("usage: tar -{txru}[cevfbmopwzBHLPXZ014578] [tapefile] ", stderr); (void)fputs("[blocksize] file1 file2...\n", stderr); exit(1); |