From 198badafd82905c9a2e76eeacb7ce463d8518bda Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 23 Jun 2007 14:56:43 +0000 Subject: pidof: size optimizations (-50 bytes) --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 2baa495..6d02c8b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2544,7 +2544,7 @@ USE_FEATURE_PIDOF_SINGLE( \ "\n -s Display only a single PID") \ USE_FEATURE_PIDOF_OMIT( \ - "\n -o Omit given pid") \ + "\n -o PID Omit given pid") \ USE_FEATURE_PIDOF_OMIT( \ "\n Use %PPID to omit the parent pid of pidof itself") #define pidof_example_usage \ -- cgit v1.1