diff options
author | Andinus <andinus@nand.sh> | 2020-10-15 18:46:06 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-10-15 18:46:06 +0530 |
commit | aa687edb97564beaddf382ce37629eb4f404cc1d (patch) | |
tree | c870532752a17ead47b5223d57ecb4d357e07731 | |
parent | bb75f71105233f6a197ae2945e524132376a89fb (diff) | |
download | leo-aa687edb97564beaddf382ce37629eb4f404cc1d.tar.gz |
Update help message to add signify & remove delete option
-rwxr-xr-x | leo.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/leo.pl b/leo.pl index 01708ad..50614d1 100755 --- a/leo.pl +++ b/leo.pl @@ -217,10 +217,10 @@ Profile:}; print "[Enabled]" if $options{sign}; print qq{ Sign files with $gpg_fingerprint\n - --delete }; - print "[Enabled]" if $options{delete}; + --signify }; + print "[Enabled]" if $options{signify}; print qq{ - Delete the tar file after running $gpg_bin\n + Sign with signify(1)\n --verbose --help }; |