diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-25 19:00:12 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-25 19:00:38 +0100 |
commit | 43a99a7afe3063eebc901452026b13360b69a7b5 (patch) | |
tree | 5ba87dd780b9c5b3099f4d93c3d04e10cf302ee5 /src/cgtop | |
parent | 25ad8664604507aacab593327b8d9d7454f0634d (diff) | |
download | systemd-43a99a7afe3063eebc901452026b13360b69a7b5.tar.gz systemd-43a99a7afe3063eebc901452026b13360b69a7b5.tar.bz2 systemd-43a99a7afe3063eebc901452026b13360b69a7b5.zip |
build-sys: minor fixes found with cppcheck
Diffstat (limited to 'src/cgtop')
-rw-r--r-- | src/cgtop/cgtop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c index e5fc262357..c56f7a861f 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; |