diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1190,6 +1190,14 @@ | |||
1190 | "Name: debian\n" \ | 1190 | "Name: debian\n" \ |
1191 | "Address: 127.0.0.1\n" | 1191 | "Address: 127.0.0.1\n" |
1192 | 1192 | ||
1193 | #define pidof_trivial_usage \ | ||
1194 | "process-name [process-name ...]" | ||
1195 | #define pidof_full_usage \ | ||
1196 | "Lists the PIDs of all processes with names that match the names on the command line" | ||
1197 | #define pidof_example_usage \ | ||
1198 | "$ pidof init\n" \ | ||
1199 | "1\n" | ||
1200 | |||
1193 | #ifndef BB_FEATURE_FANCY_PING | 1201 | #ifndef BB_FEATURE_FANCY_PING |
1194 | #define ping_trivial_usage "host" | 1202 | #define ping_trivial_usage "host" |
1195 | #define ping_full_usage "Send ICMP ECHO_REQUEST packets to network hosts" | 1203 | #define ping_full_usage "Send ICMP ECHO_REQUEST packets to network hosts" |