aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb/pidof.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/lsb/pidof.c')
-rw-r--r--toys/lsb/pidof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/lsb/pidof.c b/toys/lsb/pidof.c
index 40e732b5..4f266b84 100644
--- a/toys/lsb/pidof.c
+++ b/toys/lsb/pidof.c
@@ -15,8 +15,8 @@ config PIDOF
Print the PIDs of all processes with the given names.
- -s single shot, only return one pid
- -o omit PID(s)
+ -s Single shot, only return one pid
+ -o Omit PID(s)
*/
#define FOR_pidof