| author | |
| committer | |
| log | 4c3aa09f2a88f0608c14f5717de21aaa3d56c89e |
| tree | 1715de5230deb4441d88c04b3952fb7eaec4104e |
| parent | 548ddd1f0c35033cd7e0d1940975bc7185bf7346 |
1 files changed, 0 insertions(+), 2 deletions(-)
src-self-hosted/main.zig-2| ... | ... | @@ -637,14 +637,12 @@ const usage_fmt = |
| 637 | 637 | \\ |
| 638 | 638 | \\Options: |
| 639 | 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 | 644 | const args_fmt_spec = []Flag { |
| 646 | 645 | Flag.Bool("--help"), |
| 647 | Flag.Bool("--keep-backups"), | |
| 648 | 646 | }; |
| 649 | 647 | |
| 650 | 648 | fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void { |