summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-01-11 02:14:05 -0500
committerGitHub <noreply@github.com>2024-01-11 02:14:05 -0500
commita3541c93504fada6f2d4fb807adc6319da68d9a4 (patch)
tree687114404464407c8e5d2ac2283318c9faa9fc6a /src
parentbc2c363a49b185a629e2ce145c7cd94631af9ab2 (diff)
docs: use consistent wording around command-line options (#1378)
* docs: use consistent wording around command-line options * fix missing code blocks
Diffstat (limited to 'src')
-rw-r--r--src/constants.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/constants.rs b/src/constants.rs
index f09a5d5b..eb185779 100644
--- a/src/constants.rs
+++ b/src/constants.rs
@@ -521,7 +521,7 @@ pub const CONFIG_TEXT: &str = r#"# This is a default config file for bottom. Al
# out by default; if you wish to change them uncomment and modify as you see
# fit.
-# This group of options represents a command-line flag/option. Flags explicitly
+# This group of options represents a command-line option. Flags explicitly
# added when running (ie: btm -a) will override this config file if an option
# is also set here.
[flags]
@@ -722,7 +722,7 @@ pub const CONFIG_TOP_HEAD: &str = r##"# This is bottom's config file.
pub const CONFIG_DISPLAY_OPTIONS_HEAD: &str = r#"
# These options represent settings that affect how bottom functions.
-# If a setting here corresponds to command-line flag, then the flag will temporarily override
+# If a setting here corresponds to command-line option, then the flag will temporarily override
# the setting.
"#;