diff options
-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", |