Skip to content
Snippets Groups Projects
Commit 68a5b97a authored by Guido Trotter's avatar Guido Trotter
Browse files

Add very basic online help to devel/upload

Reviewed-by: imsnah
parent 24991749
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,10 @@ while [ "$#" -gt 0 ]; do
--no-restart)
NO_RESTART=1
;;
-h|--help)
echo "Usage: $0 [--no-restart] hosts..."
exit 0
;;
-*)
echo "Unknown option: $opt" >&2
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment