From bc157ea489e7d83f08c98aef0108c527ef023c61 Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Fri, 10 Feb 2012 18:09:31 +0100 Subject: [PATCH] Add help comment --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.c b/main.c index f4bd502..f89816a 100755 --- a/main.c +++ b/main.c @@ -52,6 +52,12 @@ void usage(void) printf("\t\t[DOWN] Go down 5 line in the view\n"); printf("\t\t[LEFT] Go up 50 line in the view (one screen)\n"); printf("\t\t[RIGHT] Go down 50 line in the view (one screen)\n"); + printf("\t\tAdd padding : \n"); + printf("\t\t\t[o] Add 1 Byte padding at the left file\n"); + printf("\t\t\t[p] Add 16 Bytes padding at the left file\n"); + printf("\t\t\t[l] Add 1 Byte padding at the right file\n"); + printf("\t\t\t[m] Add 16 Bytes padding at the right file\n"); + printf("\t\t\t[k] reset padding\n"); printf("\t\n"); /* printf("\tTODO : \n");