X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump%2Fmain.c;h=32375a3a07892eea9d78eec15d7f9fb9dcd55ec3;hb=aae080c2bfb6fd1e8311134cdb612d87236b4d03;hp=1acca2a880898ddbe419c465797417fc16b2401d;hpb=ce7243e04b2833c3557f1c97562088349e07f04b;p=dump.git diff --git a/dump/main.c b/dump/main.c index 1acca2a..32375a3 100644 --- a/dump/main.c +++ b/dump/main.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.38 2001/03/20 20:15:43 stelian Exp $"; + "$Id: main.c,v 1.39 2001/03/20 20:46:08 stelian Exp $"; #endif /* not lint */ #include @@ -774,12 +774,13 @@ usage(void) "k" #endif "MnSu" -#ifdef HAVE_ZLIB - "z" -#endif "] [-B records] [-b blocksize]\n" "\t%s [-d density] [-e inode#] [-f file] [-h level] [-s feet]\n" - "\t%s [-T date] [-z zlevel] filesystem\n" + "\t%s [-T date] " +#ifdef HAVE_ZLIB + "[-z zlevel] " +#endif + "filesystem\n" "\t%s [-W | -w]\n", __progname, white, white, __progname); exit(X_STARTUP);