diff options
author | Werner Koch <[email protected]> | 2018-11-15 15:13:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-11-15 15:13:52 +0000 |
commit | 2768293b1ee6f174f216f9006b5bc3e0c10265a2 (patch) | |
tree | f424a8a584b09e8bdd158ab1b4918053b186a47c | |
parent | dirmngr: Add FLUSHCRLs command (diff) | |
download | gnupg-2768293b1ee6f174f216f9006b5bc3e0c10265a2.tar.gz gnupg-2768293b1ee6f174f216f9006b5bc3e0c10265a2.zip |
tools: Let gpg-zip print a deprecation warning.
--
GnuPG-bug-id: 4251
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tools/gpg-zip.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpg-zip.in b/tools/gpg-zip.in index 48c4766b1..9047e36b1 100644 --- a/tools/gpg-zip.in +++ b/tools/gpg-zip.in @@ -34,6 +34,9 @@ Usage: gpg-zip [--help] [--version] [--encrypt] [--decrypt] [--symmetric] Encrypt or sign files into an archive." + +echo "gpg-zip: This script is deprecated - please use gpgtar instead." >&2 + tar_verbose_opt="v" while test $# -gt 0 ; do |