Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
41c51564
Commit
41c51564
authored
Apr 23, 2006
by
Rémi Denis-Courmont
Browse files
Fix a grammar mistake
parent
74722247
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libvlc.h
View file @
41c51564
...
...
@@ -1918,7 +1918,7 @@ static module_config_t p_help_config[] =
{
CONFIG_ITEM_BOOL
,
NULL
,
"help"
,
'h'
,
N_
(
"print help for VLC (can be combined with --advanced)"
)
},
{
CONFIG_ITEM_BOOL
,
NULL
,
"longhelp"
,
'H'
,
N_
(
"print help for VLC and all it
'
s modules (can be combined with --advanced)"
)
},
N_
(
"print help for VLC and all its modules (can be combined with --advanced)"
)
},
{
CONFIG_ITEM_BOOL
,
NULL
,
"advanced"
,
'\0'
,
N_
(
"print help for the advanced options"
)
},
{
CONFIG_ITEM_BOOL
,
NULL
,
"help-verbose"
,
'\0'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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