From 43a99a7afe3063eebc901452026b13360b69a7b5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 25 Dec 2013 19:00:12 +0100 Subject: build-sys: minor fixes found with cppcheck --- src/cgtop/cgtop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cgtop') diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index e5fc26235..c56f7a861 100644 --- a/src/cgtop/cgtop.c +++ b/src/cgtop/cgtop.c @@ -563,7 +563,7 @@ static int help(void) { " -d --delay=DELAY Delay between updates\n" " -n --iterations=N Run for N iterations before exiting\n" " -b --batch Run in batch mode, accepting no input\n" - " --depth=DEPTH Maximum traversal depth (default: %d)\n", + " --depth=DEPTH Maximum traversal depth (default: %u)\n", program_invocation_short_name, arg_depth); return 0; -- cgit v1.2.3