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
fc4e24e7
Commit
fc4e24e7
authored
Feb 15, 2013
by
Tristan Matthews
Browse files
gnome: fix typo
parent
8d0ff001
Changes
1
Hide whitespace changes
Inline
Side-by-side
gnome/src/sflphone_client.c
View file @
fc4e24e7
...
...
@@ -51,7 +51,7 @@ sflphone_client_command_line_handler(G_GNUC_UNUSED GApplication *application,
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 ver
s
bose debugging set
\"
G_MESSAGES_DEBUG=all
\"\n
"
),
"For verbose debugging set
\"
G_MESSAGES_DEBUG=all
\"\n
"
),
error
->
message
,
argv
[
0
]);
g_error_free
(
error
);
g_option_context_free
(
context
);
...
...
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