This commit is contained in:
Bob Mottram 2016-05-02 19:30:51 +01:00
parent a7572eabc1
commit 57ab59f08f
1 changed files with 5 additions and 5 deletions

View File

@ -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
}