Skip to content

Commit 305ac17

Browse files
authored
Fixed error in set --long, which should be set -v
(Cmd) set --long Usage: set [-h] [-v] [param] [value] Error: unrecognized arguments: --long
1 parent d4aa9a4 commit 305ac17

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 -v | grep sunny
138138
sunny: False # Is it sunny outside?
139-
(Cmd) set --long | grep degrees
139+
(Cmd) set -v | grep degrees
140140
degrees_c: 22 # Temperature in Celsius
141141
(Cmd) sunbathe
142142
Too dim.

0 commit comments

Comments
 (0)