summaryrefslogtreecommitdiffstats
path: root/bin/gen-DSA
diff options
context:
space:
mode:
authorRaphael Geissert <geissert@debian.org>2012-11-01 01:48:00 +0000
committerRaphael Geissert <geissert@debian.org>2012-11-01 01:48:00 +0000
commit7a9e21dbc6eb8ac98e4f1e17fa0c809f64ec31b7 (patch)
tree9ec8fbc65b120b4b78327d40a27946b20ad08389 /bin/gen-DSA
parentd769944ac8bbfbf334638e8f521e8fa0be8944d9 (diff)
Update the script usage information
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@20430 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/gen-DSA')
-rwxr-xr-xbin/gen-DSA8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/gen-DSA b/bin/gen-DSA
index bc2287b1a2..48e7771b25 100755
--- a/bin/gen-DSA
+++ b/bin/gen-DSA
@@ -32,11 +32,11 @@ export LANG=C
}
[ $# -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy