summaryrefslogtreecommitdiffstats
path: root/sample_configs
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 /sample_configs
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 'sample_configs')
-rw-r--r--sample_configs/default_config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index a7731dd6..8524ea43 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -2,7 +2,7 @@
# 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.