Skip to content

Commit afa0fb0

Browse files
committed
update cli help
1 parent 2886f51 commit afa0fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/collectors/apps.plugin/apps_plugin.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,9 @@ static void parse_args(int argc, char **argv)
586586
" (default is %d seconds)\n"
587587
"\n"
588588
#if (PROCESSES_HAVE_SMAPS_ROLLUP == 1)
589-
" --pss TIME estimated memory interval (e.g. 5m, 300s)\n"
590-
" use 'off' to disable smaps sampling\n"
591-
" (default is 5 minutes)\n"
589+
" --pss TIME enable estimated memory using PSS sampling at the given interval\n"
590+
" (e.g. 5m, 300s). Use 'off' or '0' to disable.\n"
591+
" (default is off)\n"
592592
"\n"
593593
#endif
594594
#endif

0 commit comments

Comments
 (0)