File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ var exportCmd = &cobra.Command{
1616 Run : func (cmd * cobra.Command , args []string ) {
1717 logrus .Info (Colorizer .Sprintf (
1818 "The export feature has been deprecated in favor of the %s.\n \n " +
19- "The %s can be used as a development node infrastructure in order to access all of the tooling at %s. " +
19+ "The %s can be used as a development node infrastructure that allows you to access tooling at %s. " +
2020 "You can read more about it here: %s." ,
2121 Colorizer .Bold (Colorizer .Green ("DevNets" )),
2222 Colorizer .Bold (Colorizer .Green ("DevNets" )),
@@ -32,7 +32,7 @@ var exportInitCmd = &cobra.Command{
3232 Run : func (cmd * cobra.Command , args []string ) {
3333 logrus .Info (Colorizer .Sprintf (
3434 "The export feature has been deprecated in favor of the %s.\n \n " +
35- "The %s can be used as a development node infrastructure in order to access all of the tooling at %s. " +
35+ "The %s can be used as a development node infrastructure that allows you to access tooling at %s. " +
3636 "You can read more about it here: %s." ,
3737 Colorizer .Bold (Colorizer .Green ("DevNets" )),
3838 Colorizer .Bold (Colorizer .Green ("DevNets" )),
You can’t perform that action at this time.
0 commit comments