This commit is contained in:
John
2025-04-27 13:03:48 +12:00
parent 8614d29b06
commit 192cc48d42
4 changed files with 195 additions and 191 deletions

View File

@ -244,8 +244,6 @@ int main(int argc, char* argv[]) {
std::cerr << command << " ";
}
std::cerr << std::endl;
// print help
dropshell::print_help();
return 1;
} catch (const std::exception& e) {