From 9e2f2a99e80feb1fec89b9317c03de6874838924 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Sat, 19 Nov 2016 13:31:44 +0000
Subject: [PATCH] help

---
 src/freedombone-pass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/freedombone-pass b/src/freedombone-pass
index 1a29df067..96fa52a6a 100755
--- a/src/freedombone-pass
+++ b/src/freedombone-pass
@@ -49,14 +49,14 @@ function get_backup_key_id {
     fi
 }
 
-function show_help {
+function pass_show_help {
     echo ''
     echo $"${PROJECT_NAME}-pass"
     echo ''
     echo $'Password store using gpg'
     echo ''
-    echo $'     --help                        Show help'
-    echo $'  -u --user                        Username'
+    echo $'  -h --help                        Show help'
+    echo $'  -u --user [name]                 Username'
     echo $'  -a --app [name]                  Name of the application'
     echo $'  -p --pass [password]             The password to store'
     echo ''
@@ -77,7 +77,7 @@ do
 
     case $key in
         -h|--help)
-            show_help
+            pass_show_help
             ;;
         -u|--user|--username)
             shift
-- 
GitLab