* [PATCH] Fix 'git' wrapper usage string
@ 2010-07-26 8:36 Thomas Rast
2010-07-26 10:31 ` Ævar Arnfjörð Bjarmason
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Rast @ 2010-07-26 8:36 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
8b1fa77 (Allow passing of configuration parameters in the command
line, 2010-03-26) forgot the closing ']' for the -c option.
While we're there, also rewrap. Instead of folding the last two lines
together, try to highlight that COMMAND is required by starting a line
with it.
Signed-off-by: Thomas Rast <trast@student.ethz.ch>
---
git.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/git.c b/git.c
index 1753811..f37028b 100644
--- a/git.c
+++ b/git.c
@@ -8,8 +8,8 @@
"git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path]\n"
" [-p|--paginate|--no-pager] [--no-replace-objects]\n"
" [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]\n"
- " [-c name=value\n"
- " [--help] COMMAND [ARGS]";
+ " [-c name=value] [--help]\n"
+ " COMMAND [ARGS]";
const char git_more_info_string[] =
"See 'git help COMMAND' for more information on a specific command.";
--
1.7.2.300.ga4b76.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix 'git' wrapper usage string
2010-07-26 8:36 [PATCH] Fix 'git' wrapper usage string Thomas Rast
@ 2010-07-26 10:31 ` Ævar Arnfjörð Bjarmason
0 siblings, 0 replies; 2+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-07-26 10:31 UTC (permalink / raw)
To: Thomas Rast; +Cc: git, Junio C Hamano
Looks good. Acked.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-26 10:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 8:36 [PATCH] Fix 'git' wrapper usage string Thomas Rast
2010-07-26 10:31 ` Ævar Arnfjörð Bjarmason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).