gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_30-1-


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_30-1-g1c3b64e
Date: Sun, 23 Jan 2011 19:27:29 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  1c3b64e01749d981d6425a33d1c9701b73221b1e (commit)
      from  86cbcf124c4b2edea4d1003e5684da9ed0cd7565 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=1c3b64e01749d981d6425a33d1c9701b73221b1e


commit 1c3b64e01749d981d6425a33d1c9701b73221b1e
Author: Daniele Forsi <address@hidden>
Date:   Sun Jan 23 18:40:23 2011 +0100

    Fix incomplete documentation of MMS commands

diff --git a/Docs/man/gnokii.1 b/Docs/man/gnokii.1
index a8326c5..b5160da 100644
--- a/Docs/man/gnokii.1
+++ b/Docs/man/gnokii.1
@@ -283,7 +283,12 @@ Default output format is human readable, alternative 
output formats are
 and \-\-raw which saves the data as read from the phone.
 .PP
 When the \-o or \-\-overwrite option is used, existing files are overwritten 
without asking.
-.PP
+
+.TP 
+.BR "\-\-deletemms \fImemory_type\fP \fIstart\fP [\fIend\fP]"
+deletes MMS messages from specified \fImemory type\fR starting at entry 
\fIstart\fR and ending at \fIend\fR.
+If \fIend\fI is not specified only one location \- \fIstart\fR is deleted.
+.TP 
 
 .SS LOGOS
 .TP 
diff --git a/gnokii/gnokii-mms.c b/gnokii/gnokii-mms.c
index 064822a..4f56aa3 100644
--- a/gnokii/gnokii-mms.c
+++ b/gnokii/gnokii-mms.c
@@ -45,7 +45,7 @@ void mms_usage(FILE *f)
 {
        fprintf(f, _("MMS options:\n"
                     "          --getmms memory_type start [end] 
[{--mime|--pdu|--raw} file]\n"
-                    "                 [-d|--delete]\n"
+                    "                 [-d|--delete] [-o|--overwrite]\n"
                     "          --deletemms memory_type start [end]\n"
                ));
 }

-----------------------------------------------------------------------

Summary of changes:
 Docs/man/gnokii.1   |    7 ++++++-
 gnokii/gnokii-mms.c |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]