summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeandro Lucarella <leandro.lucarella@sociomantic.com>2015-04-23 11:18:02 +0200
committerMihails Strasuns <mihails.strasuns.contractor@sociomantic.com>2015-04-23 13:10:29 +0300
commit5566879a98d2830fecd88ecde77edbfe4ea8de40 (patch)
treecff5e745f36f008af5131fab81361590788688b0
parentcdad1b2d627d4a1cf679d0be4232353d3dd6e0c9 (diff)
man: Describe the missing global options
-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
========