diff --git a/src/options.hpp b/src/options.hpp index 8f6d197..425d5be 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -32,9 +32,9 @@ po::variables_map parse_options(int argc, char *argv[]); /*! * @brief Returns the path of the config file. * - * Tries these paths: ${XDG_CONFIG_HOME}/epubgrep.conf - * ${HOME}/.config/epubgrep.conf - * epubgrep.conf + * If XDG_CONFIG_HOME is set: ${XDG_CONFIG_HOME}/epubgrep.conf + * If HOME is set: ${HOME}/.config/epubgrep.conf + * Otherwise: epubgrep.conf */ std::string get_config_path();