Skip to content

Commit

Permalink
fix text in sample (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jun 23, 2022
1 parent 8d7cd68 commit eb6ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Samples/KeyValueFull/KeyValueFull.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ internal static class KeyValueFull

public static void Main(string[] args)
{
ArgumentHelper helper = new ArgumentHelperBuilder("KeyValueFull Full", args, Usage)
ArgumentHelper helper = new ArgumentHelperBuilder("KeyValueFull", args, Usage)
.DefaultBucket("exampleBucket")
.DefaultDescription("Example Description")
.Build();
Expand Down

0 comments on commit eb6ae13

Please sign in to comment.