Code

filter-branch: do not consider diverging submodules a 'dirty worktree'
[git.git] / builtin-name-rev.c
index 5352bc87b9ab5177922039cfec48a2fda8bd50a6..08c8aabf9428447abad7def693d7b22c5330e180 100644 (file)
@@ -172,7 +172,7 @@ static void show_name(const struct object *obj,
 }
 
 static char const * const name_rev_usage[] = {
-       "git-name-rev [options] ( --all | --stdin | <commit>... )",
+       "git name-rev [options] ( --all | --stdin | <commit>... )",
        NULL
 };