Skip to content

Commit 611919b

Browse files
committed
Export command message re-wording
1 parent 56057b5 commit 611919b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/export.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")),

0 commit comments

Comments
 (0)