Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
f5cbf0fe
Commit
f5cbf0fe
authored
Feb 20, 2013
by
Tristan Matthews
Browse files
* #20658: gnome: update help message
parent
9cdc9657
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/src/sflphone_client.c
View file @
f5cbf0fe
...
...
@@ -50,9 +50,8 @@ sflphone_client_command_line_handler(G_GNUC_UNUSED GApplication *application,
g_option_context_set_help_enabled
(
context
,
TRUE
);
GError
*
error
=
NULL
;
if
(
g_option_context_parse
(
context
,
&
argc
,
&
argv
,
&
error
)
==
FALSE
)
{
g_print
(
_
(
"%s
\n
Run '%s --help' to see a full list of available command line options.
\n
"
"For verbose debugging set
\"
G_MESSAGES_DEBUG=all
\"\n
"
),
error
->
message
,
argv
[
0
]);
g_print
(
_
(
"%s
\n
Run '%s --help' to see a full list of available command line options.
\n
"
),
error
->
message
,
argv
[
0
]);
g_error_free
(
error
);
g_option_context_free
(
context
);
return
1
;
...
...
Write
Preview
Supports
Markdown
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