self hosted compiler: remove unused flag

This commit is contained in:
Andrew Kelley 2018-05-10 18:57:57 -04:00
parent 548ddd1f0c
commit 4c3aa09f2a

View File

@ -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 {