]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/ienv.h
More work on the common library and the main GUI application.
[evaf] / src / libs / Common / ienv.h
index 0eba5eabfbf9d4f6bbe88214ebe3c72372b78171..2effd2c0b8f7f64e2736a5f734105fe853bca4cc 100644 (file)
@@ -90,7 +90,7 @@ public:
      * on Linux is ${HOME}/.${EVAF_APP_NAME}.
      *
      * This directory can be changed with the EVAF_DATA_ROOT_DIR environment variable or with the
-     * -data[root[dir]]=<directory> command line argument.
+     * -dataroot[dir]=<directory> command line argument.
      */
     virtual QString const dataRootDir() const = 0;
 
@@ -146,7 +146,7 @@ public:
      * Changing this directory does not affect the way how Qt itself loads its plugins.
      *
      * This directory can be changed with the EVAF_QT_PLUGINS_DIR environment variable or with the
-     * -qt[plugins[dir]]=<directory> command line argument.
+     * -qtplugins[dir]=<directory> command line argument.
      */
     virtual QString const qtPluginsDir() const = 0;