Helpful message when doing --help (closes #391 #390 #346)

This commit is contained in:
AnErrupTion 2022-06-03 09:59:33 +02:00 committed by randalthor17
parent 6bd009c1ef
commit 245df6466e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ struct config config;
// args handles
void arg_help(void* data, char** pars, const int pars_count)
{
printf("RTFM\n");
printf("If you want to configure Ly, please check the config file, usually located at /etc/ly/config.ini.\n");
}
void arg_version(void* data, char** pars, const int pars_count)