Commit 1ffebe9
SAY-5
fix(csharp): correct adventure name 'elodoria' -> 'eldoria' in Program help text
The help text printed when no adventure argument is supplied listed
'elodoria' as a valid name, but the switch case in the same file handles
'eldoria'. Users following the hint ended up in the default branch with
'Unknown option: elodoria'. Align the hint with the real case label.
Closes #41. dotnet build succeeds with 0 warnings / 0 errors.1 parent 3a6fb13 commit 1ffebe9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments