aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_prompt/src/builtins/constants.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/whirl_prompt/src/builtins/constants.rs')
-rw-r--r--crates/whirl_prompt/src/builtins/constants.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_prompt/src/builtins/constants.rs b/crates/whirl_prompt/src/builtins/constants.rs
index e87cceb..8ba67bc 100644
--- a/crates/whirl_prompt/src/builtins/constants.rs
+++ b/crates/whirl_prompt/src/builtins/constants.rs
@@ -1,7 +1,7 @@
// Copyleft (ɔ) 2021-2021 The Whirlsplash Collective
// SPDX-License-Identifier: GPL-3.0-only
-pub const FILES: [&str; 2] = ["README.rst", "Whirl.toml"];
+pub const FILES: [&str; 2] = ["README.rst", "Config.toml"];
pub const HELPABLES_BUILTINS: [&str; 8] = [
"cat - display the contents of a present file",
"config - manipulate the configuration",