Skip to content

Commit

Permalink
[sosreport] fix capitalisation of --no-report help message
Browse files Browse the repository at this point in the history
Closes:#730

Signed-off-by: Amit Ghadge <amitg.b14@gmail.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
  • Loading branch information
Amitgb14 authored and bmr-cymru committed Feb 12, 2016
1 parent 4eee90f commit ca4922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/sosreport.py
Expand Up @@ -651,7 +651,7 @@ def _parse_args(self, args):
default=None)
parser.add_option("--no-report", action="store_true",
dest="noreport",
help="Disable HTML/XML reporting", default=False)
help="disable HTML/XML reporting", default=False)
parser.add_option("-s", "--sysroot", action="store", dest="sysroot",
help="system root directory path (default='/')",
default=None)
Expand Down

0 comments on commit ca4922b

Please sign in to comment.