From: Bdale Garbee Date: Wed, 4 Nov 2009 04:26:27 +0000 (-0700) Subject: elide irrelevant libdsk help content from usage messages X-Git-Tag: debian/2.12-1~3 X-Git-Url: https://git.gag.com/?p=debian%2Fcpmtools;a=commitdiff_plain;h=553892222034430a6341062bee8f26c38ad7954b elide irrelevant libdsk help content from usage messages --- 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); } /*}}}*/ diff --git a/debian/changelog b/debian/changelog index 3953ed3..78e03ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cpmtools (2.10-2) unstable; urgency=low + + * elide '-T libdsk-type' from executable usage messages, closes: #554342 + + -- Bdale Garbee Tue, 03 Nov 2009 21:25:26 -0700 + cpmtools (2.10-1) unstable; urgency=low * new upstream version