From 8ff2d725c009d8fc53ba29e7af22b03750f62561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Tue, 7 Apr 2020 03:26:59 +0000 Subject: [PATCH] no RTFM for help message --- src/main.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 254026c..7f67b0d 100644 --- a/src/main.c +++ b/src/main.c @@ -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)