There was an error while loading. Please reload this page.
count
1 parent 57a5259 commit d91886dCopy full SHA for d91886d
1 file changed
Doc/howto/logging-cookbook.rst
@@ -1131,7 +1131,7 @@ each request is handled by a thread:
1131
'context can be used to '
1132
'populate logs')
1133
aa = ap.add_argument
1134
- aa('--count', '-c', default=100, help='How many requests to simulate')
+ aa('--count', '-c', type=int, default=100, help='How many requests to simulate')
1135
options = ap.parse_args()
1136
1137
# Create the dummy webapps and put them in a list which we can use to select
0 commit comments