mirror of https://github.com/fairyglade/ly.git
no RTFM for help message
This commit is contained in:
parent
aa25ede8f9
commit
8ff2d725c0
|
|
@ -27,7 +27,11 @@ struct config config;
|
||||||
// args handles
|
// args handles
|
||||||
void arg_help(void* data, char** pars, const int pars_count)
|
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)
|
void arg_version(void* data, char** pars, const int pars_count)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue