Add usage to net.sh when it encounters an invalid argument (#4042)

automerge
This commit is contained in:
sakridge 2019-04-27 16:12:13 -07:00 committed by Grimes
parent 4b599a95b3
commit b07290df81
1 changed files with 1 additions and 0 deletions

View File

@ -621,5 +621,6 @@ logs)
*)
echo "Internal error: Unknown command: $command"
usage
exit 1
esac