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
}