* [PATCH] push: fix usage: --tags is incompatible with --all and --mirror
@ 2009-10-15 16:39 Björn Gustavsson
0 siblings, 0 replies; only message in thread
From: Björn Gustavsson @ 2009-10-15 16:39 UTC (permalink / raw)
To: gitster; +Cc: git
Correct the usage text to make it clear that --tags cannot
be combined with --all or --mirror.
Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
---
builtin-push.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/builtin-push.c b/builtin-push.c
index 3cb1ee4..425594a 100644
--- a/builtin-push.c
+++ b/builtin-push.c
@@ -10,7 +10,7 @@
#include "parse-options.h"
static const char * const push_usage[] = {
- "git push [--all | --mirror] [-n | --dry-run] [--porcelain] [--tags] [--receive-pack=<git-receive-pack>] [--repo=<repository>] [-f | --force] [-v] [<repository> <refspec>...]",
+ "git push [--all | --mirror | --tags] [-n | --dry-run] [--porcelain] [--receive-pack=<git-receive-pack>] [--repo=<repository>] [-f | --force] [-v] [<repository> <refspec>...]",
NULL,
};
--
1.6.5.2.gd6127
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-10-15 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-15 16:39 [PATCH] push: fix usage: --tags is incompatible with --all and --mirror Björn Gustavsson
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).