Skip to content

Commit d443624

Browse files
authored
Merge pull request #1011 from KyleKing/patch-1
Fixed error in set --long, which should be set -v
2 parents d4aa9a4 + 8e13a8b commit d443624

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 --long | grep sunny
137+
(Cmd) set --verbose | grep sunny
138138
sunny: False # Is it sunny outside?
139-
(Cmd) set --long | 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)