diff options
Diffstat (limited to 'toys/lsb/pidof.c')
-rw-r--r-- | toys/lsb/pidof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/lsb/pidof.c b/toys/lsb/pidof.c index e1facfa8..40e732b5 100644 --- a/toys/lsb/pidof.c +++ b/toys/lsb/pidof.c @@ -15,7 +15,7 @@ config PIDOF Print the PIDs of all processes with the given names. - -s single shot, only return one pid. + -s single shot, only return one pid -o omit PID(s) */ |