diff --git a/src/main_commands.cpp b/src/main_commands.cpp index 5bdffac..4713112 100644 --- a/src/main_commands.cpp +++ b/src/main_commands.cpp @@ -35,7 +35,7 @@ int init(const std::vector &args) for (const auto& dir : cfg->get_local_config_directories()) { std::cout << " " << dir << std::endl; } - std::cout << "You can edit the config file manually at: " << dropshell::get_local_dropshell_config_path() << std::endl; + std::cout << "You can edit the config file manually with: dropshell edit" << std::endl; } return 0; } catch (const std::exception& e) {