[vlmc-devel] commit: Update man page and help string. (Rohit Yadav )

git at videolan.org git at videolan.org
Mon Oct 11 19:32:08 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Mon Oct 11 23:18:56 2010 +0530| [a1252b597b2cd3628e61d11abc818fde50eb85cb] | committer: Rohit Yadav 

Update man page and help string.
Correct as per f4d792068750583b777049bacf230b5142b28ee2

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=a1252b597b2cd3628e61d11abc818fde50eb85cb
---

 doc/vlmc.1        |    2 +-
 src/Main/vlmc.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vlmc.1 b/doc/vlmc.1
index 76d7501..9b0a850 100644
--- a/doc/vlmc.1
+++ b/doc/vlmc.1
@@ -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
diff --git a/src/Main/vlmc.cpp b/src/Main/vlmc.cpp
index bc7f9aa..dd68a1a 100644
--- a/src/Main/vlmc.cpp
+++ b/src/Main/vlmc.cpp
@@ -91,7 +91,7 @@ usage( QString const& appName )
     out << "Usage: " << appName << " [options] [filename|URI]...\n"
         << "Options:\n"
         << "\t[--project|-p projectfile]\tload the given VLMC project\n"
-        << "\t[--version|-v]\tversion information\n"
+        << "\t[--version]\tversion information\n"
         << "\t[--help|-?]\tthis text\n\n"
         << "\tFILES:\n"
         << "\t\tFiles specified on the command line should include \n"



More information about the Vlmc-devel mailing list