Skip to content

Commit 573ffc8

Browse files
committed
Fixed description for --quiet
1 parent f40eed0 commit 573ffc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You may add multiple options for the same variable::
126126
.add_option(&["-v", "--verbose"], StoreTrue,
127127
"Be verbose")
128128
.add_option(&["-q", "--quiet"], StoreFalse,
129-
"Be verbose");
129+
"Be quiet");
130130

131131
Similarly positional arguments are added::
132132

0 commit comments

Comments
 (0)