aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-17 15:05:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-24 14:46:47 -0300
commit9d916327eae2c4625046ccdbe7474b489517a70e (patch)
tree1557613b8546c89d2bdb71c6aad5e4c815b8ce8d /lib/keyringer/actions
parent2b9a58f4f4b35fb959147f159623d728d5f1b217 (diff)
downloadkeyringer-9d916327eae2c4625046ccdbe7474b489517a70e.tar.gz
keyringer-9d916327eae2c4625046ccdbe7474b489517a70e.tar.bz2
Manpage and ChangeLog and help update (#69)
Diffstat (limited to 'lib/keyringer/actions')
-rwxr-xr-xlib/keyringer/actions/genkeys10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/keyringer/actions/genkeys b/lib/keyringer/actions/genkeys
index 60f9dfc..d4f24d8 100755
--- a/lib/keyringer/actions/genkeys
+++ b/lib/keyringer/actions/genkeys
@@ -199,11 +199,11 @@ if [ -z "$NODE" ]; then
echo -e "Usage: keyringer <keyring> $BASENAME <gpg|ssh|x509|x509-self|ssl|ssl-self> <file> <hostname> [outfile]"
echo -e "Options:"
echo -e "\t gpg|ssh|x509[-self]|ssl|ssl[-self]: key type."
- echo -e "\t file : base file name for encrypted output (relative to keys folder),"
- echo -e "\t without spaces"
- echo -e "\t hostname : host for the key pair"
- echo -e "\t outfile : optional unencrypted output file, useful for deployment,"
- echo -e "\t without spaces"
+ echo -e "\t file : base file name for encrypted output (relative to keys folder),"
+ echo -e "\t without spaces"
+ echo -e "\t hostname : host for the key pair"
+ echo -e "\t outfile : optional unencrypted output file, useful for deployment,"
+ echo -e "\t without spaces"
exit 1
elif [ ! -e "$KEYDIR" ]; then
echo "Folder not found: $KEYDIR, leaving"