diff --git a/docs/input/cli/commandApp.md b/docs/input/cli/commandApp.md index f940059..614f5d8 100644 --- a/docs/input/cli/commandApp.md +++ b/docs/input/cli/commandApp.md @@ -50,7 +50,7 @@ app.Configure(config => .IsHidden() .WithAlias("file-size") .WithDescription("Gets the file size for a directory.") - .WithExample(new[] {"c:\\windows", "--pattern", "*.dll"}); + .WithExample(new[] {"size", "c:\\windows", "--pattern", "*.dll"}); }); ```