Skip to content

Commit a9ea11f

Browse files
authored
Merge branch 'master' into docstr_fmt
2 parents 6203e2d + d443624 commit a9ea11f

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)