X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Fienv.h;h=2effd2c0b8f7f64e2736a5f734105fe853bca4cc;hb=4d81227da330c21c7aa0badc88bd5ad4467067fb;hp=0eba5eabfbf9d4f6bbe88214ebe3c72372b78171;hpb=441d1b38e0900f56891f495a94a08dc8d48e0a32;p=evaf diff --git a/src/libs/Common/ienv.h b/src/libs/Common/ienv.h index 0eba5ea..2effd2c 100644 --- a/src/libs/Common/ienv.h +++ b/src/libs/Common/ienv.h @@ -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;