Commit 4c3aa09f2a

Andrew Kelley <superjoe30@gmail.com>
2018-05-11 00:57:57
self hosted compiler: remove unused flag
1 parent 548ddd1
Changed files (1)
src-self-hosted
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 {