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 }