Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: Support preserving merges in non-interactive mode
[gitweb.git]
/
builtin-clean.c
diff --git
a/builtin-clean.c
b/builtin-clean.c
index 80a7ff9ae45035b44bbac44a9436152645c4fb38..48bf29f40a5e06fd588b34c468535e04abcf206b 100644
(file)
--- 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] [--] <paths>...",
+ "git
clean [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...",
NULL
};