diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-23 14:56:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-23 14:56:43 +0000 |
commit | 198badafd82905c9a2e76eeacb7ce463d8518bda (patch) | |
tree | fcb367654b5c6cafdca09ef189342fc7019095fc /include | |
parent | 118b81df76be0e372309d76196c8eedf19ac56cd (diff) | |
download | busybox-w32-198badafd82905c9a2e76eeacb7ce463d8518bda.tar.gz busybox-w32-198badafd82905c9a2e76eeacb7ce463d8518bda.tar.bz2 busybox-w32-198badafd82905c9a2e76eeacb7ce463d8518bda.zip |
pidof: size optimizations (-50 bytes)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 2baa495ac..6d02c8bbf 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2544,7 +2544,7 @@ | |||
2544 | USE_FEATURE_PIDOF_SINGLE( \ | 2544 | USE_FEATURE_PIDOF_SINGLE( \ |
2545 | "\n -s Display only a single PID") \ | 2545 | "\n -s Display only a single PID") \ |
2546 | USE_FEATURE_PIDOF_OMIT( \ | 2546 | USE_FEATURE_PIDOF_OMIT( \ |
2547 | "\n -o Omit given pid") \ | 2547 | "\n -o PID Omit given pid") \ |
2548 | USE_FEATURE_PIDOF_OMIT( \ | 2548 | USE_FEATURE_PIDOF_OMIT( \ |
2549 | "\n Use %PPID to omit the parent pid of pidof itself") | 2549 | "\n Use %PPID to omit the parent pid of pidof itself") |
2550 | #define pidof_example_usage \ | 2550 | #define pidof_example_usage \ |