Skip to content

Commit caf6f2c

Browse files
committed
Update flow dev deprecation message
1 parent b977a88 commit caf6f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/super/dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var DevCommand = &command.Command{
4343
Args: cobra.ExactArgs(0),
4444
Example: "flow dev",
4545
GroupID: "super",
46-
Deprecated: "The 'dev' command is deprecated and will be removed in a future release.",
46+
Deprecated: "The 'dev' command is being deprecated. We recommend forking as a replacement. See: http://developers.flow.com/blockchain-development-tutorials/cadence/emulator-fork-testing",
4747
},
4848
Flags: &devFlags,
4949
RunS: dev,

0 commit comments

Comments
 (0)