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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user