[Secure-testing-commits] r18384 - bin

Stefan Fritsch sf at alioth.debian.org
Mon Feb 6 08:01:25 UTC 2012


Author: sf
Date: 2012-02-06 08:01:25 +0000 (Mon, 06 Feb 2012)
New Revision: 18384

Modified:
   bin/gen-DSA
Log:
clarify usage


Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA	2012-02-06 07:56:52 UTC (rev 18383)
+++ bin/gen-DSA	2012-02-06 08:01:25 UTC (rev 18384)
@@ -32,7 +32,9 @@
 }
 
 [ $# -ge 2 ] || {
-    echo "usage: $0 [--save] [DSA] package vulnerability [cve(s) [bugnumber]]" >&2
+    echo "usage: $0 [--save] [DSA] package 'vulnerability desc' [cve(s) [bugnumber]]" >&2
+    echo "       'DSA' is the DSA number without the leading 'DSA-' prefix" >&2
+    echo "       'cve(s)' must be a space separated list in one arg" >&2
     exit 1
 }
 




More information about the Secure-testing-commits mailing list