diff options
Diffstat (limited to 'clap.zig')
| -rw-r--r-- | clap.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -250,7 +250,7 @@ pub fn Parser(comptime Result: type, comptime ParseError: type, comptime default | |||
| 250 | } | 250 | } |
| 251 | 251 | ||
| 252 | try out_stream.print(" " ** missing_spaces); | 252 | try out_stream.print(" " ** missing_spaces); |
| 253 | try out_stream.print("{}\n", option.help_message); | 253 | try out_stream.print("{}\n", option.help); |
| 254 | } | 254 | } |
| 255 | } | 255 | } |
| 256 | }; | 256 | }; |