diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-01-24 15:13:22 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-01-24 15:13:22 +0000 |
commit | d523cfb942d1a1f5467ff3151b6914c1b1598a8e (patch) | |
tree | e86222b2a46f01aadc6a286e5665367ce15f61ca /man/en/sosreport.1 | |
parent | 55b48fa4c5e625c74b1ffd80213b3cd72809365a (diff) | |
download | sos-d523cfb942d1a1f5467ff3151b6914c1b1598a8e.tar.gz |
Remove --upload option
The --upload option has a lot of limitations and has not been
widely used. Recent trends are to handle uploading data in
higher-level tools (e.g. redhat-support-tool or web based
management UIs) and the python ftp library does not support
modern requirements like HTTP proxy traversal or encryption.
Fixes Issue #217
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'man/en/sosreport.1')
-rw-r--r-- | man/en/sosreport.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/man/en/sosreport.1 b/man/en/sosreport.1 index 87a099e6..c8005768 100644 --- a/man/en/sosreport.1 +++ b/man/en/sosreport.1 @@ -10,7 +10,7 @@ sosreport \- Collect and package diagnostic and support data [-a|--alloptions] [-v|--verbose]\fR [--report] [--config-file conf] [--batch]\fR [--build] [--name name] [--ticket-number number] - [--debug] [--upload] [--tmp-dir directory]\fR + [--debug] [--tmp-dir directory]\fR [--profile] [--help]\fR .SH DESCRIPTION \fBsosreport\fR generates a compressed tar archive of diagnostic @@ -50,9 +50,6 @@ specified value in the plug-in PLUGNAME. .B \-a, \--alloptions Set all boolean options to True for all enabled plug-ins. .TP -.B \--upload FTP_SERVER -Upload the report to the configured destination. -.TP .B \-v, \--verbose Increase logging verbosity. May be specified multiple times to enable additional debugging messages. |