Code

bash completion: factor submodules into dirty state
[git.git] / builtin-remote.c
index 4f4cba4976a730219c66b76b75fc354b74aa7d2e..67761d5ab3594dadf15126d9c60dc16ec22ff147 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
 };