[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sun Dec 11 07:07:42 CET 2005
SVN commit 487589 by netterfield:
BUG: 115662
Improve documentation for -F option.
M +1 -1 main.cpp
--- trunk/extragear/graphics/kst/kst/main.cpp #487588:487589
@@ -48,7 +48,6 @@
static QStringList startupErrors;
static KCmdLineOptions options[] = {
- {"F <dataFile>", I18N_NOOP("Specify data file: used to override a kst file default"), "|"},
{ "y <Y>", I18N_NOOP("Field for Y axis (multiple allowed)"), 0 },
{ "z <Z>", I18N_NOOP("Field for a Z image (multiple allowed)"), 0 },
{ "ye <equation>", I18N_NOOP("Equation for Y axis (multiple allowed)"), 0 },
@@ -72,6 +71,7 @@
{ "print <file>", I18N_NOOP("Print to file and exit"),"<none>"},
{ "png <file>", I18N_NOOP("Save as a png file and exit"),"<none>"},
{ "nq", I18N_NOOP("Bypass the quickstart dialog"), 0},
+ {"F <dataFile>", I18N_NOOP("Override a *.kst file's data file with <datafile>"), "|"},
{ "+[Files]", I18N_NOOP("Data files (if -y given) or *.kst file"), 0},
KCmdLineLastOption
};
More information about the Kst
mailing list