diff --git a/contacts-importer b/contacts-importer index cff65f0..351bea1 100755 --- a/contacts-importer +++ b/contacts-importer @@ -3,6 +3,19 @@ # Adapted for the L5 with gnome-contacts # Original Script: https://www.isticktoit.net/?p=1536 +function usage() +{ + echo "Usage: $0 " + exit 0 +} + + +case "$1" in + --help|-h|-?) + usage + ;; +esac + #Selecting a file