[Secure-testing-commits] r20430 - bin
Raphael Geissert
geissert at alioth.debian.org
Thu Nov 1 01:48:00 UTC 2012
Author: geissert
Date: 2012-11-01 01:48:00 +0000 (Thu, 01 Nov 2012)
New Revision: 20430
Modified:
bin/gen-DSA
Log:
Update the script usage information
Modified: bin/gen-DSA
===================================================================
--- bin/gen-DSA 2012-11-01 01:32:50 UTC (rev 20429)
+++ bin/gen-DSA 2012-11-01 01:48:00 UTC (rev 20430)
@@ -32,11 +32,11 @@
}
[ $# -ge 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
+ echo "usage: $0 [--save] [DSA] package 'vulnerability desc' [cve(s) [bugnumber]]"
+ echo " 'DSA' is the DSA number, required when issuing a revision"
+ echo " 'cve(s)' must be a space separated list in one arg"
exit 1
-}
+} >&2
save=false
if [ "$1" = "--save" ]; then
More information about the Secure-testing-commits
mailing list