diff options
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r-- | coverage/cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 78e90d45..2bec4ea8 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -125,7 +125,7 @@ class Opts(object): ) json_pretty_print = optparse.make_option( '', '--pretty-print', action='store_true', - help="Print the json formatted for human readers", + help="Format the JSON for human readers", ) parallel_mode = optparse.make_option( '-p', '--parallel-mode', action='store_true', |