no RTFM for help message

This commit is contained in:
즈눅 2020-04-07 03:26:59 +00:00 committed by Xnuk Shuman
parent aa25ede8f9
commit 8ff2d725c0
No known key found for this signature in database
GPG Key ID: CAD8C2129A7982B7
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ struct config config;
// args handles
void arg_help(void* data, char** pars, const int pars_count)
{
printf("RTFM\n");
printf(
"Check git repository for the manual: %s\n",
"https://github.com/cylgom/ly"
);
printf("Or the configuration file: /etc/ly/config.ini\n");
}
void arg_version(void* data, char** pars, const int pars_count)