We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976c2dc commit 07227adCopy full SHA for 07227ad
1 file changed
src/bin/main.c
@@ -50,7 +50,7 @@ static void version(FILE* stream)
50
static void usage(FILE* stream, const char* command)
51
{
52
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");
+ fprintf(stream, "FILEPATH can be a hyphen (-) if you want path(s) to be read from stdin.\n");
54
55
fprintf(stream, "\n");
56
fprintf(stream, "-f Specify conf filename other than \".editorconfig\".\n");
0 commit comments