From 65fad9e1b07951a585443622a7999a6103f926c7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 26 Apr 2025 09:53:40 +1200 Subject: [PATCH] Recommend command. --- src/main_commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {