Skip to content

Commit 147f7cc

Browse files
Update unison-cli/src/Unison/CommandLine/InputPatterns.hs
Co-authored-by: Chris Penner <christopher.penner@gmail.com>
1 parent 477f03e commit 147f7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unison-cli/src/Unison/CommandLine/InputPatterns.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@ resetRoot =
12591259
I.Visible
12601260
[("namespace or hash to reset to", Required, namespaceArg)]
12611261
( P.lines
1262-
[ "Deprecated because it's not compatible with the introduction of projects.",
1262+
[ "Deprecated because it's incompatible with projects. ⚠️ Warning, this command can cause codebase corruption.",
12631263
P.wrapColumn2
12641264
[ ( makeExample resetRoot [".foo"],
12651265
"Reset the root namespace (along with its history) to that of the `.foo` namespace. Deprecated"

0 commit comments

Comments
 (0)