diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-16 15:52:50 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-16 15:52:54 +0200 |
commit | 1802bd07ac82faab9f0b196a92a69784f386daa1 (patch) | |
tree | 5b2ffc1d2a0c3584d9c590b3c547aa62416b312d | |
parent | b95bcfe6e37662e9947ded7b1c73ae9b6ada0631 (diff) |
man,mmcli: remove non-existent --list-bearers option
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/203
-rw-r--r-- | docs/man/mmcli.1 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1 index 4a087925..3730a883 100644 --- a/docs/man/mmcli.1 +++ b/docs/man/mmcli.1 @@ -229,9 +229,6 @@ Send an AT \fBCOMMAND\fR to the given modem. For example, \fBCOMMAND\fR could be 'AT+GMM' to probe for phone model information. This operation is only available when ModemManager is run in debug mode. .TP -.B \-\-list\-bearers -List packet data bearers that are available for the given modem. -.TP .B \-\-create\-bearer=['KEY1=VALUE1,KEY2=VALUE2,...'] Create a new packet data bearer for a given modem. The \fBKEY\fRs and some \fBVALUE\fRs are listed below: |