Skip to content

Commit 31cedfb

Browse files
Junio C HamanoPetr Baudis
authored andcommitted
[PATCH] Typofix in git/show-files.
Fixes a typo in usage string. From: Junio C Hamano <[email protected]> Signed-off-by: Petr Baudis <[email protected]>
1 parent 2de381f commit 31cedfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

show-files.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
151151
continue;
152152
}
153153

154-
usage("show-files (--[cached|deleted|others|ignoded])*");
154+
usage("show-files (--[cached|deleted|others|ignored])*");
155155
}
156156

157157
/* With no flags, we default to showing the cached files */

0 commit comments

Comments
 (0)