diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-22 09:34:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-07-22 09:34:17 +0000 |
commit | d31e63ad67348d0022cebe57bc56cbf8762fbf8a (patch) | |
tree | c2b6c5179e43689ebb79c0f181ea25b90a751371 /usr.bin/compress/znew | |
parent | d8fc7733594f26dd9eb94131d02c7f02103552b9 (diff) |
- sort options and sync usage()
- reword CAVEATS whilst here
Diffstat (limited to 'usr.bin/compress/znew')
-rw-r--r-- | usr.bin/compress/znew | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compress/znew b/usr.bin/compress/znew index 675f116074d..001f689bf0f 100644 --- a/usr.bin/compress/znew +++ b/usr.bin/compress/znew @@ -1,6 +1,6 @@ #!/bin/ksh - # -# $OpenBSD: znew,v 1.2 2003/08/05 18:22:17 deraadt Exp $ +# $OpenBSD: znew,v 1.3 2005/07/22 09:34:16 jmc Exp $ # # Copyright (c) 2003 Otto Moerbeek <otto@drijf.net> # @@ -96,7 +96,7 @@ process () { } prog=`basename "$0"` -usage="usage: $prog [-ftv9K] file ..." +usage="usage: $prog [-9fKtv] file ..." fflag=0 tflag=0 |