Skip to content

Commit 7258dd5

Browse files
authored
Merge branch 'main' into ignore-bin
2 parents c5b1955 + 6511df3 commit 7258dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/CSharpier.Cli/FormattingCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private static Argument<string[]> AddDirectoryOrFileArgument(Command command)
198198
{
199199
Arity = ArgumentArity.ZeroOrMore,
200200
Description =
201-
"One or more paths to a directory containing C# files to format or a C# file to format. It may be ommited when piping data via stdin.",
201+
"One or more paths to - a directory containing files to format or a specific file to format. May be omitted when piping data via stdin.",
202202
}.LegalFilePathsOnly();
203203
command.AddArgument(argument);
204204
command.AddValidator(commandResult =>

0 commit comments

Comments
 (0)