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

This commit is contained in:
AnErrupTion 2022-06-03 09:59:33 +02:00
parent 25034d1536
commit 723a008adf

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)