X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=builtin-clean.c;h=48bf29f40a5e06fd588b34c468535e04abcf206b;hb=d1f2e1696ce168b3a70b59be7c58fa96c530d4fb;hp=80a7ff9ae45035b44bbac44a9436152645c4fb38;hpb=87fb597d4e3643210e1967d1e3035f28f5b019e5;p=git.git diff --git a/builtin-clean.c b/builtin-clean.c index 80a7ff9ae..48bf29f40 100644 --- a/builtin-clean.c +++ b/builtin-clean.c @@ -15,7 +15,7 @@ static int force = -1; /* unset */ static const char *const builtin_clean_usage[] = { - "git-clean [-d] [-f] [-n] [-q] [-x | -X] [--] ...", + "git clean [-d] [-f] [-n] [-q] [-x | -X] [--] ...", NULL };