diff options
author | Tom Wimmenhove <tom.wimmenhove@gmail.com> | 2023-04-13 00:21:28 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-05-17 10:08:03 +0000 |
commit | bd5a82845a653bd51707e08af44c787f737f9c8c (patch) | |
tree | 754e035cf3055f32762e64185cbfd0fa078b298b /docs | |
parent | d95114a576adbe56e0611e8c1f0b2908d274c52c (diff) |
mmcli: added --messaging-create-sms-with-text option
Added a `--messaging-create-sms-with-text' command line option that works similar to
`--messaging-create-sms-with-data', except that it uses the content of the file as the
message text instead of data.
This allows creating mesasges containing both double and single quotes, which was not
possible with the existing `--messaging-create-sms' command line option.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/mmcli.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1 index e5728a11..39bed0db 100644 --- a/docs/man/mmcli.1 +++ b/docs/man/mmcli.1 @@ -536,6 +536,9 @@ be 'sm', 'me', 'mt', 'sr', 'bm', 'ta'. .B \-\-messaging\-create\-sms\-with\-data=PATH Use \fBPATH\fR to a filename as the data to create a new SMS. .TP +.B \-\-messaging\-create\-sms\-with\-text=PATH +Use \fBPATH\fR to a filename as the message to create a new SMS. +.TP .B \-\-messaging\-delete\-sms=[PATH|INDEX] Delete an SMS from a given modem. |