summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/settings.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst
index 62188cbe..c21b3258 100644
--- a/docs/features/settings.rst
+++ b/docs/features/settings.rst
@@ -134,9 +134,9 @@ changes a setting, and will receive both the old value and the new value.
.. code-block:: text
- (Cmd) set -v | grep sunny
+ (Cmd) set --verbose | grep sunny
sunny: False # Is it sunny outside?
- (Cmd) set -v | grep degrees
+ (Cmd) set --verbose | grep degrees
degrees_c: 22 # Temperature in Celsius
(Cmd) sunbathe
Too dim.