Skip to content

Commit 07227ad

Browse files
authored
corrected grammar for FILEPATH help
1 parent 976c2dc commit 07227ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static void version(FILE* stream)
5050
static void usage(FILE* stream, const char* command)
5151
{
5252
fprintf(stream, "Usage: %s [OPTIONS] FILEPATH1 [FILEPATH2 FILEPATH3 ...]\n", command);
53-
fprintf(stream, "FILEPATH can be a hyphen (-) if you want to path(s) to be read from stdin.\n");
53+
fprintf(stream, "FILEPATH can be a hyphen (-) if you want path(s) to be read from stdin.\n");
5454

5555
fprintf(stream, "\n");
5656
fprintf(stream, "-f Specify conf filename other than \".editorconfig\".\n");

0 commit comments

Comments
 (0)