aboutsummaryrefslogtreecommitdiff
path: root/plugins-root/pst3.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root/pst3.c')
-rw-r--r--plugins-root/pst3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c
index 87340062..5b0e9d72 100644
--- a/plugins-root/pst3.c
+++ b/plugins-root/pst3.c
@@ -99,7 +99,7 @@ int main (int argc, char **argv)
if ((pDir = opendir(PROC_DIR)) != NULL)
{
/* Display column headings */
- printf("S UID PPID VSZ RSS %%CPU COMMAND ARGS\n");
+ printf("S UID PID PPID VSZ RSS %%CPU COMMAND ARGS\n");
/* Zip through all of the process entries */
while ((pDent = readdir(pDir)) != NULL)