This commit is contained in:
Your Name
2025-04-23 22:05:28 +12:00
parent f9b67ff4c0
commit 986b9be2b4
4 changed files with 17 additions and 15 deletions

View File

@ -144,7 +144,7 @@ int main(int argc, char* argv[]) {
// ------------------------------------------------------------
// from here we require the config file to be loaded.
if (!cfg->is_config_set()) {
std::cerr << "Error: Failed to load configuration." << std::endl << "Please run 'dropshell init <path>' to initialise the user directory and create a configuration file." << std::endl;
std::cerr << "Please run 'dropshell init <path>' to initialise the user directory and create a configuration file." << std::endl;
return 1;
}