projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2de381f
)
[PATCH] Typofix in git/show-files.
author
Junio C Hamano
<junkio@cox.net>
Tue, 12 Apr 2005 15:04:17 +0000
(08:04 -0700)
committer
Petr Baudis
<xpasky@machine>
Wed, 13 Apr 2005 09:31:06 +0000
(
02:31
-0700)
Fixes a typo in usage string.
From: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
show-files.c
patch
|
blob
|
history
diff --git
a/show-files.c
b/show-files.c
index 9c396ec8e5e9c9b9ab79fe15baea5141c2de530a..9f62e9700164e07bbbfdb7af7d1d3ba8f74ef7c7 100644
(file)
--- a/
show-files.c
+++ b/
show-files.c
@@
-151,7
+151,7
@@
int main(int argc, char **argv)
continue;
}
- usage("show-files (--[cached|deleted|others|igno
d
ed])*");
+ usage("show-files (--[cached|deleted|others|igno
r
ed])*");
}
/* With no flags, we default to showing the cached files */