Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
a1252b59
Commit
a1252b59
authored
Oct 11, 2010
by
Rohit Yadav
Browse files
Update man page and help string.
Correct as per
f4d79206
parent
e378bce7
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/vlmc.1
View file @
a1252b59
...
...
@@ -37,7 +37,7 @@ Outputs help.
Specifies the file to open when VLMC starts.
If this is not specified, VLMC will load a blank file with an "Untitled Project" label.
.TP
.B \-\-version
|-v
.B \-\-version
Outputs version information and exits.
.SH FILES
.I ~/.config/vlmc/vlmc.conf
...
...
src/Main/vlmc.cpp
View file @
a1252b59
...
...
@@ -91,7 +91,7 @@ usage( QString const& appName )
out
<<
"Usage: "
<<
appName
<<
" [options] [filename|URI]...
\n
"
<<
"Options:
\n
"
<<
"
\t
[--project|-p projectfile]
\t
load the given VLMC project
\n
"
<<
"
\t
[--version
|-v
]
\t
version information
\n
"
<<
"
\t
[--version]
\t
version information
\n
"
<<
"
\t
[--help|-?]
\t
this text
\n\n
"
<<
"
\t
FILES:
\n
"
<<
"
\t\t
Files specified on the command line should include
\n
"
...
...
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