From 9c8b4ac71591a95e259a57f2fe1c2e1b3950ec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Tue, 2 Aug 2016 12:18:36 +0200 Subject: [PATCH] Improved help --- src/apps/oauth/oauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/oauth/oauth.c b/src/apps/oauth/oauth.c index ebf77f8..4a76351 100644 --- a/src/apps/oauth/oauth.c +++ b/src/apps/oauth/oauth.c @@ -390,7 +390,7 @@ int main(int argc, char **argv) } if (!(encrypt_flag || decrypt_flag)){ - fprintf(stderr, "Hey, encrypt or decrypt?\n"); + fprintf(stderr, "Hey, encrypt or decrypt?\nPlease use -h or --help for the detailed help\n"); exit(-1); }