Skip to content

Commit 79c41bc

Browse files
scrambledheadsnatemcmaster
authored andcommitted
Update arguments.md (#215)
1 parent 334d905 commit 79c41bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class Program
5050

5151
var firstNameArg = app.Argument("first name", "the first name of the person")
5252
.IsRequired();
53-
var lastNameArg = app.Argument("first name", "the first name of the person");
53+
var lastNameArg = app.Argument("last name", "the last name of the person");
5454

5555
app.OnExecute(() =>
5656
{

0 commit comments

Comments
 (0)