about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-10-15 18:46:06 +0530
committerAndinus <andinus@nand.sh>2020-10-15 18:46:06 +0530
commitaa687edb97564beaddf382ce37629eb4f404cc1d (patch)
treec870532752a17ead47b5223d57ecb4d357e07731
parentbb75f71105233f6a197ae2945e524132376a89fb (diff)
downloadleo-aa687edb97564beaddf382ce37629eb4f404cc1d.tar.gz
Update help message to add signify & remove delete option
-rwxr-xr-xleo.pl6
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
 };