summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/man.rst b/man.rst
index 2732f6b..4fa7e3c 100644
--- a/man.rst
+++ b/man.rst
@@ -19,7 +19,7 @@ Git command line interface to GitHub
SYNOPSYS
========
-git hub <command> [options] [arguments]
+git hub [global options] <command> [options] [arguments]
DESCRIPTION
@@ -34,6 +34,22 @@ get authorization from GitHub. To do this you can use the `setup` command.
See the CONFIGURATION_ section for more configuration options.
+GLOBAL OPTIONS
+==============
+
+\-h, --help
+ Show this help and exit.
+
+\--version
+ Show program's version number and exit.
+
+\-v, --verbose
+ Be more verbose (can be specified multiple times to get extra verbosity)
+
+\-s, --silent
+ Be less verbose (can be specified multiple times to get less verbosity)
+
+
COMMANDS
========