From 57ab59f08f79bc737c577fdbff08ea438fe76cee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 May 2016 19:30:51 +0100 Subject: [PATCH] Tidying --- src/freedombone-sec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/freedombone-sec b/src/freedombone-sec index 5cab9231..30e929c9 100755 --- a/src/freedombone-sec +++ b/src/freedombone-sec @@ -888,11 +888,11 @@ function show_help { echo $'Alters the security settings' echo '' echo '' - echo $' -h --help Show help' - echo $' -e --export Export security settings to a file' - echo $' -i --import Import security settings from a file' - echo $' -r --refresh Refresh GPG keys for all users' - echo $' --register [domain] Register a https domain with monkeysphere' + echo $' -h --help Show help' + echo $' -e --export Export security settings to a file' + echo $' -i --import Import security settings from a file' + echo $' -r --refresh Refresh GPG keys for all users' + echo $' --register [domain] Register a https domain with monkeysphere' echo '' exit 0 }