| ... | @@ -637,14 +637,12 @@ const usage_fmt = | ... | @@ -637,14 +637,12 @@ const usage_fmt = |
| 637 | \\ | 637 | \\ |
| 638 | \\Options: | 638 | \\Options: |
| 639 | \\ --help Print this help and exit | 639 | \\ --help Print this help and exit |
| 640 | \\ --keep-backups Retain backup entries for every file | | |
| 641 | \\ | 640 | \\ |
| 642 | \\ | 641 | \\ |
| 643 | ; | 642 | ; |
| 644 | | 643 | |
| 645 | const args_fmt_spec = []Flag { | 644 | const args_fmt_spec = []Flag { |
| 646 | Flag.Bool("--help"), | 645 | Flag.Bool("--help"), |
| 647 | Flag.Bool("--keep-backups"), | | |
| 648 | }; | 646 | }; |
| 649 | | 647 | |
| 650 | fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void { | 648 | fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void { |