diff options
author | rsc <devnull@localhost> | 2004-04-30 02:16:28 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-30 02:16:28 +0000 |
commit | b1455f33a8a7b6826fcb0d4b3f4849e322755d28 (patch) | |
tree | f6e2e927fd33ad4fb6442744f85759fa761b1220 /src/cmd/bzip2 | |
parent | be36ff68854c86247fdc769c0eaa89eb284b5ca7 (diff) | |
download | plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.tar.gz plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.tar.bz2 plan9port-b1455f33a8a7b6826fcb0d4b3f4849e322755d28.zip |
Little fixes.
Diffstat (limited to 'src/cmd/bzip2')
-rw-r--r-- | src/cmd/bzip2/bzip2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/bzip2/bzip2.c b/src/cmd/bzip2/bzip2.c index e7ac9953..cc21a57c 100644 --- a/src/cmd/bzip2/bzip2.c +++ b/src/cmd/bzip2/bzip2.c @@ -38,6 +38,9 @@ main(int argc, char **argv) case 'c': stdout++; break; + case 'f': + /* force */ + break; case 'd': /* * gnu tar expects bzip2 -d to decompress |