diff -r f0fe7c36ec5c -r 43268373032d main.cpp --- a/main.cpp Fri Apr 09 14:24:04 2010 +0000 +++ b/main.cpp Wed Jun 09 13:14:08 2010 +0000 @@ -79,7 +79,6 @@ options.add ("run", Option::String, "r", "run"); options.add ("shortcuts", Option::Switch, "s", "shortcuts"); options.add ("shortcutsLaTeX", Option::Switch, "sl", "shortcutsLaTeX"); - options.add ("test", Option::String, "t", "test"); options.add ("version", Option::Switch, "v","version"); options.setHelpText ( "VYM - View Your Mind\n" @@ -87,7 +86,19 @@ "Information about vym can be found in vym.pdf,\n" "which should be part of the vym package.\n" "It is also available at the project homepage:\n\n" - "http://www.InSilmaril.de/vym\n"); + "http://www.InSilmaril.de/vym\n\n" + "Usage: vym [OPTION]... [FILE]... \n" + "Open FILEs with vym\n\n" + "-d debug Show debugging output\n" + "-h help Show this help text\n" + "-l local Run with ressources in current directory\n" + "-n STRING name Set name of instance for DBus access\n" + "-q quit Quit immediatly after start for benchmarking\n" + "-r FILE run Run script\n" + "-s shortcuts Show Keyboard shortcuts on start\n" + "-sl LaTeX Show Keyboard shortcuts in LaTeX format on start\n" + "-v version Show vym version\n" + ); if (options.parse()) { cout << endl << qPrintable( options.getHelpText())<