diff options
author | Werner Koch <[email protected]> | 2001-12-19 18:03:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-12-19 18:03:49 +0000 |
commit | 0fbacf11a6dd9f4ace2ce2c2e588fc2b702765eb (patch) | |
tree | 82157b7e2ef16b7c374f97f55281ab44f0aca83d | |
parent | Much stricter checking of the keyserver URI (diff) | |
download | gnupg-0fbacf11a6dd9f4ace2ce2c2e588fc2b702765eb.tar.gz gnupg-0fbacf11a6dd9f4ace2ce2c2e588fc2b702765eb.zip |
doc fix
-rwxr-xr-x | scripts/mkdiff | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/mkdiff b/scripts/mkdiff index 9c7e3a4a7..f17979383 100755 --- a/scripts/mkdiff +++ b/scripts/mkdiff @@ -9,6 +9,10 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# Please note that this script is now maintained outside of GNUPG. +# To get the most up to date version use +# cvs -d :pserver:[email protected]:/cvs/wk checkout misc-scripts/mkdiff + if [ $# != 1 ] ; then echo "usage: mkdiff package-name" >&2 exit 1 |