diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2020-11-06 00:56:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-06 00:56:01 -0500 |
| commit | a9ea11fcdf634ba53e6595d36f80bdc47cfd5704 (patch) | |
| tree | ba77037b27da2b7eadd2f1aa66ab52d00b34ebcd | |
| parent | 6203e2d24ce974272ad57e397227bb393f0733ee (diff) | |
| parent | d4436244b1bdfc38d611545795f5759818e94847 (diff) | |
| download | cmd2-git-a9ea11fcdf634ba53e6595d36f80bdc47cfd5704.tar.gz | |
Merge branch 'master' into docstr_fmt
| -rw-r--r-- | docs/features/settings.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/settings.rst b/docs/features/settings.rst index aa3e5cec..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 --long | grep sunny + (Cmd) set --verbose | grep sunny sunny: False # Is it sunny outside? - (Cmd) set --long | grep degrees + (Cmd) set --verbose | grep degrees degrees_c: 22 # Temperature in Celsius (Cmd) sunbathe Too dim. |
