X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cpmls.c;h=1db4fba2748f6207f14e65893366bb326cbff5db;hb=a2d7d89e8d4dbd8860a2f1fd624fcdb46eda35fc;hp=983817a0bf033de357b04d4bf7ca199974f9e943;hpb=d54e661a771b394610329fb0cd5e7b5002ae1708;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); } /*}}}*/