about summary refs log tree commit diff stats
path: root/leo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'leo.pl')
-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
 };