Update documentation of fetch-pack, push and send-pack
[gitweb.git] / builtin-push.c
index 7a3d2bb06416219a41cf6a0757cf3d03a56ef0da..ba7981f5bf5c165aefe5c90d5fcb9baa76baebdd 100644 (file)
@@ -8,7 +8,7 @@
 
 #define MAX_URI (16)
 
-static const char push_usage[] = "git-push [--all] [--tags] [-f | --force] <repository> [<refspec>...]";
+static const char push_usage[] = "git-push [--all] [--tags] [--exec=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...]";
 
 static int all, tags, force, thin = 1, verbose;
 static const char *execute;