diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index f4259a11d..0aea010c7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1312,6 +1312,16 @@ | |||
1312 | "\nOptions:" \ | 1312 | "\nOptions:" \ |
1313 | "\n -v Verbose" \ | 1313 | "\n -v Verbose" \ |
1314 | 1314 | ||
1315 | #define flock_trivial_usage \ | ||
1316 | "[-sxun] FD|FILE [[-c] PROG ARGS]" | ||
1317 | #define flock_full_usage "\n\n" \ | ||
1318 | "[Un]lock file descriptor or file, then run PROG\n" \ | ||
1319 | "\nOptions:" \ | ||
1320 | "\n -s Shared lock" \ | ||
1321 | "\n -x Exclusive lock (default)" \ | ||
1322 | "\n -u Remove a lock from FD" \ | ||
1323 | "\n -n Fail rather than wait" \ | ||
1324 | |||
1315 | #define fold_trivial_usage \ | 1325 | #define fold_trivial_usage \ |
1316 | "[-bs] [-w WIDTH] [FILE]..." | 1326 | "[-bs] [-w WIDTH] [FILE]..." |
1317 | #define fold_full_usage "\n\n" \ | 1327 | #define fold_full_usage "\n\n" \ |