aboutsummaryrefslogtreecommitdiff
path: root/src/cli/create_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/create_command.zig')
-rw-r--r--src/cli/create_command.zig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/create_command.zig b/src/cli/create_command.zig
index ab2a23039..e97c2375b 100644
--- a/src/cli/create_command.zig
+++ b/src/cli/create_command.zig
@@ -453,6 +453,8 @@ pub const CreateCommand = struct {
Output.prettyErrorln("<r> {s}", .{path});
}
}
+
+ Output.prettyErrorln("<r>\n<d>To do it anyway, use --force<r>", .{});
Output.flush();
std.os.exit(1);
}