summaryrefslogtreecommitdiff
path: root/Documentation/git-status.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-08-07 22:41:32 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-08 21:55:05 -0700
commitfb6ff943de33dccc3f43541ed4ae4b71abddac8b (patch)
tree29d4e4060a7d4e6bb0352cca5208f9aac2216d66 /Documentation/git-status.txt
parentUpdate git-init-db(1) and documentation of core.sharedRepository (diff)
downloadtgif-fb6ff943de33dccc3f43541ed4ae4b71abddac8b.tar.xz
Documentation: git-status takes the same options as git-commit
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-status.txt')
-rw-r--r--Documentation/git-status.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index e446f4812e..ce7857e5a9 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -8,7 +8,7 @@ git-status - Show working tree status
SYNOPSIS
--------
-'git-status'
+'git-status' <options>...
DESCRIPTION
-----------
@@ -23,6 +23,10 @@ If there is no path that is different between the index file and
the current HEAD commit, the command exits with non-zero
status.
+The command takes the same set of options as `git-commit`; it
+shows what would be committed if the same options are given to
+`git-commit`.
+
OUTPUT
------