echo -> printf; update TODO (#3)

This commit is contained in:
James Barnett
2016-11-07 12:11:04 -06:00
parent 04b20306c5
commit 0100edf45c

View File

@@ -20,15 +20,15 @@ while [[ $# -gt 0 ]]; do
uuid_cmdline="$2" uuid_cmdline="$2"
shift shift
;; ;;
# TODO: add more # TODO: add more, make a function
-h|--help) -h|--help)
echo "Usage:" printf "Usage:"
echo " snap-sync -d 'Snapshot description'" printf " snap-sync -d 'Snapshot description' -u device-UUID"
shift shift
exit 1 exit 1
;; ;;
*) *)
echo "Error: unknown option." printf "Error: unknown option."
exit 1 exit 1
;; ;;
esac esac