diff options
author | John Klug <john.klug@multitech.com> | 2017-01-19 16:47:23 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-01-19 16:47:23 -0600 |
commit | 788210e026ffcc5e1dfa64448648f8865106cbf7 (patch) | |
tree | d32bb92a5e6d5b8073bcd3a35450894e871a1d24 /recipes-navigation/gpsd | |
parent | 40643007e2ba1ed38cdf7a9b1cdae13f251d455b (diff) | |
download | meta-mlinux-788210e026ffcc5e1dfa64448648f8865106cbf7.tar.gz meta-mlinux-788210e026ffcc5e1dfa64448648f8865106cbf7.tar.bz2 meta-mlinux-788210e026ffcc5e1dfa64448648f8865106cbf7.zip |
Remove excess usage from case statement
Diffstat (limited to 'recipes-navigation/gpsd')
-rwxr-xr-x | recipes-navigation/gpsd/gpsd/gpsd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-navigation/gpsd/gpsd/gpsd b/recipes-navigation/gpsd/gpsd/gpsd index 857c561..6674028 100755 --- a/recipes-navigation/gpsd/gpsd/gpsd +++ b/recipes-navigation/gpsd/gpsd/gpsd @@ -139,9 +139,6 @@ case "$1" in exit 1 fi ;; - *) - echo "Usage: $SCRIPTNAME {start|stop|status|restart|reload|force-reload}" >&2 - ;; reload|force-reload) echo "Reloading $DESC" "$NAME" do_reload |