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

pull/394/head
AnErrupTion 2 years ago
parent 25034d1536
commit 723a008adf

@ -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)

Loading…
Cancel
Save