Skip to content

Commit

Permalink
Fix docs on format command settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jan 31, 2025
1 parent 6ff1800 commit 3f7ca6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OpenLaw/FormatCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class FormatCommand(IAnsiConsole console) : Command<FormatCommand.FormatS

public class FormatSettings : CommandSettings
{
[Description("Ubicación opcional para descarga de archivos. Por defecto '%AppData%\\clarius\\openlaw'")]
[Description("Ubicación de archivos a formatear. Por defecto '%AppData%\\clarius\\openlaw'")]
[CommandOption("--dir")]
public string Directory { get; set; } = Environment.ExpandEnvironmentVariables("%AppData%\\clarius\\openlaw");
}
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet-openlaw/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ USAGE:

OPTIONS:
-h, --help Prints help information
--dir Ubicación opcional para descarga de archivos. Por defecto
--dir Ubicación de archivos a formatear. Por defecto
'%AppData%\clarius\openlaw'
```

0 comments on commit 3f7ca6c

Please sign in to comment.