Code

Merge branch 'th/maint-remote-update-help-string'
[git.git] / builtin-remote.c
index c361e2ddb04ac146fc429021e0be39e741a8f641..b08608ef967a86ae6838bc5e5fd775697d212e0b 100644 (file)
@@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
        "git remote set-head <name> (-a | -d | <branch>)",
        "git remote [-v | --verbose] show [-n] <name>",
        "git remote prune [-n | --dry-run] <name>",
-       "git remote [-v | --verbose] update [-p | --prune] [group]",
+       "git remote [-v | --verbose] update [-p | --prune] [group | remote]",
        NULL
 };