X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmls.c;h=1db4fba2748f6207f14e65893366bb326cbff5db;hb=553892222034430a6341062bee8f26c38ad7954b;hp=983817a0bf033de357b04d4bf7ca199974f9e943;hpb=18e5c00aa6657c8950390857f1bc103c58f12b60;p=debian%2Fcpmtools diff --git a/cpmls.c b/cpmls.c index 983817a..1db4fba 100644 --- a/cpmls.c +++ b/cpmls.c @@ -360,7 +360,11 @@ int main(int argc, char *argv[]) if (usage) { +#if HAVE_LIBDSK_H fprintf(stderr,"Usage: %s [-f format] [-T libdsk-type] [-d|-D|-F|-A|[-l][-c][-i]] image [file ...]\n",cmd); +#else + fprintf(stderr,"Usage: %s [-f format] [-d|-D|-F|-A|[-l][-c][-i]] image [file ...]\n",cmd); +#endif exit(1); } /*}}}*/