X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ls-files.c;h=cd87430127ee01a473695e21dea4c5d36ed99c46;hb=50b4e0c178777a27164eb67676593255a9cbd035;hp=f3f1a6a6633881bf43887731fdcbe08af9ad2f4a;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;p=git.git diff --git a/ls-files.c b/ls-files.c index f3f1a6a6..cd874301 100644 --- a/ls-files.c +++ b/ls-files.c @@ -169,7 +169,7 @@ static int excluded_1(const char *pathname, } else { /* match with FNM_PATHNAME: - * exclude has base (baselen long) inplicitly + * exclude has base (baselen long) implicitly * in front of it. */ int baselen = x->baselen; @@ -562,7 +562,7 @@ static void verify_pathspec(void) static const char ls_files_usage[] = "git-ls-files [-z] [-t] (--[cached|deleted|others|stage|unmerged|killed|modified])* " "[ --ignored ] [--exclude=] [--exclude-from=] " - "[ --exclude-per-directory= ] [--] []*"; + "[ --exclude-per-directory= ] [--full-name] [--] []*"; int main(int argc, const char **argv) {