diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2018-04-17 16:05:36 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-04-17 16:05:36 +0100 |
commit | db95039626d97fb37e2b58e85e963b1a0c6987f3 (patch) | |
tree | cccd5a9a25bea28ebe40756d421325b60fc73f22 | |
parent | 2962b6897fafb5b6995e66867190b87f8f95d505 (diff) | |
download | sos-db95039626d97fb37e2b58e85e963b1a0c6987f3.tar.gz |
[sosreport] remove duplicate add_argument() call (rebase error)
Fix a command line argument handling regression introduced in
commit 333918c.
Related: #1175
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/sosreport.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sos/sosreport.py b/sos/sosreport.py index 36ea24a5..6636d894 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -623,9 +623,6 @@ class SoSOptions(object): dest="list_profiles", default=False, help="display a list of available profiles and " "plugins that they include") - parser.add_argument("--name", action="store", - dest="customer_name", - help="specify report name") parser.add_argument("--label", "--name", action="store", dest="label", help="specify an additional report label") parser.add_argument("--config-file", action="store", |