diff options
| -rw-r--r-- | sys/src/cmd/gzip/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/gzip/unzip.c b/sys/src/cmd/gzip/unzip.c index cf197f6d6..748c27923 100644 --- a/sys/src/cmd/gzip/unzip.c +++ b/sys/src/cmd/gzip/unzip.c @@ -52,7 +52,7 @@ static int autodir; static void usage(void) { - fprint(2, "usage: unzip [-tsv] [-f zipfile] [file ...]\n"); + fprint(2, "usage: unzip [-acistTvD] [-f zipfile] [file ...]\n"); exits("usage"); } |
