summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-12-07 04:28:43 -0500
committerGitHub <noreply@github.com>2022-12-07 04:28:43 -0500
commit07fd2152f41d1a65d9262691bbe896f8d84dabca (patch)
tree1d5604e0ea9a40cacc112959d04db5878bc236b0 /src
parentc38313abebd900ec6735aab1ded33b17bd2cb92e (diff)
docs: update changelog + docs for default expansion feature (#928)
Diffstat (limited to 'src')
-rw-r--r--src/clap.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clap.rs b/src/clap.rs
index 1d11096d..3903eb61 100644
--- a/src/clap.rs
+++ b/src/clap.rs
@@ -319,8 +319,8 @@ use CPU (3) as the default instead.
let expanded_on_startup = Arg::new("expanded_on_startup")
.long("expanded")
.short('e')
- .help("Expand selected widget upon starting the app.")
- .long_help("Expand selected widget upon starting the app. Same as pressing \"e\" inside the app. Use with \"default_widget_type\" and \"default_widget_count\" to select desired expanded widget. This flag has no effect in basic mode (--basic)");
+ .help("Expand the default widget upon starting the app.")
+ .long_help("Expand the default widget upon starting the app. Same as pressing \"e\" inside the app. Use with \"default_widget_type\" and \"default_widget_count\" to select desired expanded widget. This flag has no effect in basic mode (--basic)");
let rate = Arg::new("rate")
.short('r')