From 68a5b97a63fb51d6741e2ff0d16ffab4d6c80391 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 25 Nov 2008 17:10:33 +0000
Subject: [PATCH] Add very basic online help to devel/upload

Reviewed-by: imsnah
---
 devel/upload.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/upload.in b/devel/upload.in
index b408a7bef..32e553eaf 100644
--- a/devel/upload.in
+++ b/devel/upload.in
@@ -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
-- 
GitLab