aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-21 22:39:12 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-21 22:39:12 +1000
commitba261cbb558a64529d8d214d6328f2a792d15380 (patch)
tree1114d61c9a67bfb64e11751cc3c12295fa9b8175
parent4eb3370edf2c7b0ea37fab8ca372f373c2169346 (diff)
Description tweak
darcs-hash:20060121123912-ac50b-7bbd6af7efc08adb5162daedfb7bd129caa76836.gz
-rw-r--r--init/completions/darcs.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/completions/darcs.fish b/init/completions/darcs.fish
index f67c9f22..b3a7ae12 100644
--- a/init/completions/darcs.fish
+++ b/init/completions/darcs.fish
@@ -118,7 +118,7 @@ complete $pull_opt -l dont-set-scripts-executable -d (_ "Don't make scripts exec
set -l apply_opt -c darcs -n 'contains apply (commandline -poc)'
complete $apply_opt -s a -l all -d (_ "Answer yes to all patches")
complete $apply_opt -l verify -d (_ "Verify that the patch was signed by a key in PUBRING") -r
-complete $apply_opt -l verify-ssl -d (_ "Verify using openSSL with authorized keys from file 'KEYS'") -r
+complete $apply_opt -l verify-ssl -d (_ "Verify using openSSL with authorized keys from specified file") -r
complete $apply_opt -l sendmail-command -d (_ "Specify sendmail command") -r
complete $apply_opt -l reply -d (_ "Reply to email-based patch using FROM address") -x
complete $apply_opt -l cc -d (_ "Mail results to additional EMAIL(s). Requires --reply") -x