Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mms-engine
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
mer-core
mms-engine
Commits
44c4ac14
Commit
44c4ac14
authored
Feb 27, 2014
by
Slava Monich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mms-send] Fixed help message for --subject option
parent
b8604a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mms-send/mms-send.c
mms-send/mms-send.c
+2
-2
No files found.
mms-send/mms-send.c
View file @
44c4ac14
...
...
@@ -109,12 +109,12 @@ int main(int argc, char* argv[])
GOptionEntry
entries
[]
=
{
{
"verbose"
,
'v'
,
0
,
G_OPTION_ARG_NONE
,
&
verbose
,
"Enable verbose output"
,
NULL
},
{
"subject"
,
's'
,
0
,
G_OPTION_ARG_STRING
,
&
subject
,
"Set message subject"
,
"TEXT"
},
{
"delivery-report"
,
'd'
,
0
,
G_OPTION_ARG_NONE
,
&
dr
,
"Request delivery report"
,
NULL
},
{
"read-report"
,
'r'
,
0
,
G_OPTION_ARG_NONE
,
&
rr
,
"Request read report"
,
NULL
},
{
"subject"
,
's'
,
0
,
G_OPTION_ARG_STRING
,
&
subject
,
"Request read report"
,
NULL
},
{
NULL
}
};
GOptionContext
*
options
=
g_option_context_new
(
"TO FILES..."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment