Recommend command.

This commit is contained in:
Your Name 2025-04-26 09:53:40 +12:00
parent 7cd9c0dd03
commit 65fad9e1b0

View File

@ -35,7 +35,7 @@ int init(const std::vector<std::string> &args)
for (const auto& dir : cfg->get_local_config_directories()) { for (const auto& dir : cfg->get_local_config_directories()) {
std::cout << " " << dir << std::endl; 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; return 0;
} catch (const std::exception& e) { } catch (const std::exception& e) {