diff options
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | 2006-11-18 15:15:49 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-11-18 14:04:45 -0800 |
commit | fd931411c0635ca5e7968bd2981457056b49062b (patch) | |
tree | 422546ec4c1ac1ba252dff998060c6c7575900a8 /builtin-runstatus.c | |
parent | 3dad11bfdb9363bade57ca2caadef1883767e9d3 (diff) | |
download | git-fd931411c0635ca5e7968bd2981457056b49062b.tar.gz |
Document git-runstatus
I copied most of the text from git-status.txt.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-runstatus.c')
-rw-r--r-- | builtin-runstatus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-runstatus.c b/builtin-runstatus.c index 303c556da0..0b63037dd0 100644 --- a/builtin-runstatus.c +++ b/builtin-runstatus.c @@ -4,7 +4,7 @@ extern int wt_status_use_color; static const char runstatus_usage[] = -"git-runstatus [--color|--nocolor] [--amend] [--verbose]"; +"git-runstatus [--color|--nocolor] [--amend] [--verbose] [--untracked]"; int cmd_runstatus(int argc, const char **argv, const char *prefix) { |