Skip to content

Commit 883083e

Browse files
committed
shorten help message length
1 parent dca77ee commit 883083e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/adapter.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ impl Adapter {
991991
self.config.station.toggle_connect.to_string()
992992
})
993993
.bold(),
994-
Span::from(" Connect/Disconnect"),
994+
Span::from(" Dis/connect"),
995995
Span::from(" | "),
996996
Span::from(self.config.station.known_network.remove.to_string()).bold(),
997997
Span::from(" Remove"),
@@ -1004,7 +1004,7 @@ impl Adapter {
10041004
.to_string(),
10051005
)
10061006
.bold(),
1007-
Span::from(" Toggle Autoconnect"),
1007+
Span::from(" Autoconnect"),
10081008
Span::from(" | "),
10091009
Span::from(self.config.station.start_scanning.to_string()).bold(),
10101010
Span::from(" Scan"),

0 commit comments

Comments
 (0)