aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_prompt/src/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_prompt/src/constants.rs')
-rw-r--r--crates/whirl_prompt/src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl_prompt/src/constants.rs b/crates/whirl_prompt/src/constants.rs
index c173a57..e87cceb 100644
--- a/crates/whirl_prompt/src/constants.rs
+++ b/crates/whirl_prompt/src/constants.rs
@@ -12,8 +12,8 @@ pub const HELPABLES_BUILTINS: [&str; 8] = [
"history - display the command history",
"ls - display the present files",
];
-pub const HELPABLES_BUILTIN_CONFIG: [&str; 3] = [
+pub const HELPABLES_BUILTIN_CONFIG: [&str; 2] = [
"help - you are here",
- "refresh - reload the configuration file",
+ // "refresh - reload the configuration file",
"show - display the current configuration",
];