Skip to content

Commit 8e13a8b

Browse files
authored
Use set --verbose instead of -v in docs
1 parent 305ac17 commit 8e13a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ changes a setting, and will receive both the old value and the new value.
134134

135135
.. code-block:: text
136136
137-
(Cmd) set -v | grep sunny
137+
(Cmd) set --verbose | grep sunny
138138
sunny: False # Is it sunny outside?
139-
(Cmd) set -v | grep degrees
139+
(Cmd) set --verbose | grep degrees
140140
degrees_c: 22 # Temperature in Celsius
141141
(Cmd) sunbathe
142142
Too dim.

0 commit comments

Comments
 (0)