From e591fb7e34346d40c24cee1c58bbbfa86a29cd28 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Sat, 14 Aug 2010 18:59:47 +0300 Subject: [PATCH] main.c: Get rid of unnecessary white space Signed-off-by: Timo Kokkonen --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.0