dropshell release 2025.0518.1145
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-18 11:45:37 +12:00
parent dc2f694ebe
commit ebb101e381
3 changed files with 84 additions and 3 deletions

View File

@ -63,7 +63,7 @@ void show_command(const std::string& cmd) {
}
std::cout << " ";
print_left_aligned(cmd_info->help_usage, 30);
print_left_aligned(cmd_info->help_usage, 32);
std::cout << cmd_info->help_description << std::endl;
}