commit 4c3aa09f2a88f0608c14f5717de21aaa3d56c89e (tree)
parent 548ddd1f0c35033cd7e0d1940975bc7185bf7346
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Thu, 10 May 2018 18:57:57 -0400
self hosted compiler: remove unused flag
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src-self-hosted/main.zig b/src-self-hosted/main.zig
@@ -637,14 +637,12 @@ const usage_fmt =
\\
\\Options:
\\ --help Print this help and exit
- \\ --keep-backups Retain backup entries for every file
\\
\\
;
const args_fmt_spec = []Flag {
Flag.Bool("--help"),
- Flag.Bool("--keep-backups"),
};
fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void {