diff options
Diffstat (limited to 'docs/features')
-rw-r--r-- | docs/features/settings.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst index aa3e5cec..62188cbe 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 --long | grep sunny + (Cmd) set -v | grep sunny sunny: False # Is it sunny outside? - (Cmd) set --long | grep degrees + (Cmd) set -v | grep degrees degrees_c: 22 # Temperature in Celsius (Cmd) sunbathe Too dim. |