aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index 4e055168e..53ae0a8cc 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3229,7 +3229,7 @@
3229 "$ patch -p0 -i example.diff" 3229 "$ patch -p0 -i example.diff"
3230 3230
3231#define pgrep_trivial_usage \ 3231#define pgrep_trivial_usage \
3232 "[-flnovx] PATTERN" 3232 "[-flnovx] [-s SID|-P PPID|PATTERN]"
3233#define pgrep_full_usage "\n\n" \ 3233#define pgrep_full_usage "\n\n" \
3234 "Display process(es) selected by regex PATTERN\n" \ 3234 "Display process(es) selected by regex PATTERN\n" \
3235 "\nOptions:" \ 3235 "\nOptions:" \
@@ -3237,8 +3237,10 @@
3237 "\n -f Match against entire command line" \ 3237 "\n -f Match against entire command line" \
3238 "\n -n Show the newest process only" \ 3238 "\n -n Show the newest process only" \
3239 "\n -o Show the oldest process only" \ 3239 "\n -o Show the oldest process only" \
3240 "\n -v Negate the matching" \ 3240 "\n -v Negate the match" \
3241 "\n -x Match whole name (not substring)" \ 3241 "\n -x Match whole name (not substring)" \
3242 "\n -s Match session ID (0 for current)" \
3243 "\n -P Match parent process ID" \
3242 3244
3243#if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT) 3245#if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT)
3244#define pidof_trivial_usage \ 3246#define pidof_trivial_usage \
@@ -3331,7 +3333,7 @@
3331 "the new root file system" 3333 "the new root file system"
3332 3334
3333#define pkill_trivial_usage \ 3335#define pkill_trivial_usage \
3334 "[-l] | [-fnovx] [-signal] PATTERN" 3336 "[-l|-SIGNAL] [-fnovx] [-s SID|-P PPID|PATTERN]"
3335#define pkill_full_usage "\n\n" \ 3337#define pkill_full_usage "\n\n" \
3336 "Send a signal to process(es) selected by regex PATTERN\n" \ 3338 "Send a signal to process(es) selected by regex PATTERN\n" \
3337 "\nOptions:" \ 3339 "\nOptions:" \
@@ -3339,8 +3341,10 @@
3339 "\n -f Match against entire command line" \ 3341 "\n -f Match against entire command line" \
3340 "\n -n Signal the newest process only" \ 3342 "\n -n Signal the newest process only" \
3341 "\n -o Signal the oldest process only" \ 3343 "\n -o Signal the oldest process only" \
3342 "\n -v Negate the matching" \ 3344 "\n -v Negate the match" \
3343 "\n -x Match whole name (not substring)" \ 3345 "\n -x Match whole name (not substring)" \
3346 "\n -s Match session ID (0 for current)" \
3347 "\n -P Match parent process ID" \
3344 3348
3345#define popmaildir_trivial_usage \ 3349#define popmaildir_trivial_usage \
3346 "[OPTIONS] Maildir [connection-helper ...]" 3350 "[OPTIONS] Maildir [connection-helper ...]"