]> git.pld-linux.org Git - packages/libdomainkeys.git/commitdiff
- fix usage
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 25 Jun 2005 17:23:18 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdomainkeys-dknewkey.patch -> 1.2

libdomainkeys-dknewkey.patch

index 7d36e43adb20ef15a63c61f08c0f70e380239672..eef00e0cb3bdc051162cb4f57c3983e20d3ae717 100644 (file)
@@ -5,7 +5,7 @@
  
  BITS=384
 +if [ -z "$1" ]; then
-+      echo >&2 "Usage: $0 filename"
++      echo >&2 "Usage: dknewkey keyfile [bits]"
 +      exit 1
 +fi
 +tmpfile=$(mktemp ${TMPDIR:-/tmp}/dknewkeyXXXXXX) || exit 1
This page took 0.117539 seconds and 4 git commands to generate.