chiark / gitweb /
build-sys: minor fixes found with cppcheck
[elogind.git] / src / cgtop / cgtop.c
index e5fc262357c3aad3b517414ff894eef073d4f1bf..c56f7a861f51a48fca5c53eaf68454aa6f34f69b 100644 (file)
@@ -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;