From: Timo Kokkonen Date: Sat, 14 Aug 2010 15:59:47 +0000 (+0300) Subject: main.c: Get rid of unnecessary white space X-Git-Url: http://git.itanic.dy.fi/?p=scan-pagemap;a=commitdiff_plain;h=e591fb7e34346d40c24cee1c58bbbfa86a29cd28 main.c: Get rid of unnecessary white space Signed-off-by: Timo Kokkonen --- diff --git a/main.c b/main.c index 80b33f8..502e0c3 100644 --- a/main.c +++ b/main.c @@ -9,7 +9,7 @@ void print_help_and_die(char *name) { - printf("Usage: %s options \n" + printf("Usage: %s options\n" "-p, --pid=PID scan maps belonging to a given pid\n" "-P, --process=PROCESS scan maps belonging to processes with " "given name\n"