Skip to content

Commit 241a197

Browse files
authored
Update How-To.md
1 parent 747e264 commit 241a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/How-To.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Add an alias to an option or command
44

5-
Both commands and options support [aliases](Syntax-Concepts-And-Parser.md#Aliases). You can add an alias to an option like this:
5+
Both commands and options support [aliases](Syntax-Concepts-and-Parser.md#aliases). You can add an alias to an option like this:
66

77
```csharp
88
var option = new Option("--verbose");

0 commit comments

Comments
 (0)