You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolkit-nbiot/src/main/java/iot/technology/client/toolkit/nb/service/processor/mobile/OneNetHelpProcessor.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,15 @@ public void handle(ProcessContext context) {
95
95
bundle.getString("nb.cmd.psk.desc")))
96
96
.append(StringUtils.lineSeparator());
97
97
sb.append(String.format("%s %s",
98
-
ColorUtils.colorBold("-auth_code ", "green"),
98
+
ColorUtils.colorBold("-auth_code ", "green"),
99
99
bundle.getString("nb.cmd.auth_code.desc")))
100
100
.append(StringUtils.lineSeparator());
101
101
sb.append(String.format("%s %s",
102
-
ColorUtils.colorBold("-lat ", "green"),
102
+
ColorUtils.colorBold("-lat ", "green"),
103
103
bundle.getString("nb.cmd.lat.desc")))
104
104
.append(StringUtils.lineSeparator());
105
105
sb.append(String.format("%s %s",
106
-
ColorUtils.colorBold("-lon ", "green"),
106
+
ColorUtils.colorBold("-lon ", "green"),
107
107
bundle.getString("nb.cmd.lon.desc")))
108
108
.append(StringUtils.lineSeparator());
109
109
System.out.print(sb);
@@ -195,7 +195,7 @@ public void handle(ProcessContext context) {
0 commit comments