From e9a50022c0fd0f5ca60fd12c542ba9bbdfda7606 Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Sat, 18 Nov 2017 19:23:58 -0500 Subject: [PATCH] Remove incorrect path defaults from --help --- src/docs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs.h b/src/docs.h index 91cc71a..ec7f608 100644 --- a/src/docs.h +++ b/src/docs.h @@ -12,8 +12,8 @@ static const char *docs_usage[] = { " extract extract from an archive using the secret key", " fingerprint print the master keypair fingerprint", "", -" -p, --pubkey set the public key file [~/.enchive.pub]", -" -s, --seckey set the secret key file [~/.enchive.sec]", +" -p, --pubkey set the public key file", +" -s, --seckey set the secret key file", #if ENCHIVE_OPTION_AGENT " -a, --agent[=seconds] run key agent after reading a passphrase [" STR(ENCHIVE_AGENT_TIMEOUT) "]",