summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle King <KyleKing@users.noreply.github.com>2020-10-31 22:44:24 -0400
committerGitHub <noreply@github.com>2020-10-31 22:44:24 -0400
commit8e13a8b41c6136beef91c1a88aa3c35b9bc1c560 (patch)
tree879b873dfbbee3fb75d7bb04e160d8c0548d1c3b
parent305ac17fbac35d775fdcccf6ec787b13915b2323 (diff)
downloadcmd2-git-8e13a8b41c6136beef91c1a88aa3c35b9bc1c560.tar.gz
Use set --verbose instead of -v in docs
-rw-r--r--docs/features/settings.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst
index 62188cbe..c21b3258 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 -v | grep sunny
+ (Cmd) set --verbose | grep sunny
sunny: False # Is it sunny outside?
- (Cmd) set -v | grep degrees
+ (Cmd) set --verbose | grep degrees
degrees_c: 22 # Temperature in Celsius
(Cmd) sunbathe
Too dim.