Recommend command.
This commit is contained in:
parent
7cd9c0dd03
commit
65fad9e1b0
@ -35,7 +35,7 @@ int init(const std::vector<std::string> &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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user