X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=show-files.c;h=7d3797f27e7d022d4504e6847b0deea22bac8063;hb=bcee6fd8e7164aa7a4170f109af8347d88f0175e;hp=9c396ec8e5e9c9b9ab79fe15baea5141c2de530a;hpb=8695c8bfe181677ca112502c1eef67930d84a75d;p=git.git diff --git a/show-files.c b/show-files.c index 9c396ec8..7d3797f2 100644 --- a/show-files.c +++ b/show-files.c @@ -41,7 +41,7 @@ static void add_name(const char *pathname, int len) * handle them at all yet. Maybe that will change some day. * * Also, we currently ignore all names starting with a dot. - * That likely will not change. + * That likely will not change. */ static void read_directory(const char *path, const char *base, int baselen) { @@ -151,7 +151,7 @@ int main(int argc, char **argv) continue; } - usage("show-files (--[cached|deleted|others|ignoded])*"); + usage("show-files (--[cached|deleted|others|ignored])*"); } /* With no flags, we default to showing the cached files */