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
commitf7912d2f28af1aa0b9dd8eb5733b7a133d74edab (patch)
tree876ceb16b85889d7d810399867a3eec22537aff6 /bin/gen-DSA
parent393df97ba0a37da6e6b1b5fd3a2a6a82c7c50329 (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