Revert removing name argument from print_help function

- The existing method is better because it uses the binary name instead of the project name `Sunshine`.
This commit is contained in:
ReenigneArcher
2022-04-29 12:52:09 -04:00
parent ced0029abc
commit aa46b8e293
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ extern boost::log::sources::severity_logger<int> fatal;
void log_flush();
void print_help();
void print_help(const char *name);
std::string read_file(const char *path);
int write_file(const char *path, const std::string_view &contents);