flock: better help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
777706cb23
commit
de9e772f46
@ -1313,13 +1313,13 @@
|
|||||||
"\n -v Verbose" \
|
"\n -v Verbose" \
|
||||||
|
|
||||||
#define flock_trivial_usage \
|
#define flock_trivial_usage \
|
||||||
"[-sxun] FD|FILE [[-c] PROG ARGS]"
|
"[-sxun] FD|{FILE [-c] PROG ARGS}"
|
||||||
#define flock_full_usage "\n\n" \
|
#define flock_full_usage "\n\n" \
|
||||||
"[Un]lock file descriptor or file, then run PROG\n" \
|
"[Un]lock file descriptor, or lock FILE and run PROG\n" \
|
||||||
"\nOptions:" \
|
"\nOptions:" \
|
||||||
"\n -s Shared lock" \
|
"\n -s Shared lock" \
|
||||||
"\n -x Exclusive lock (default)" \
|
"\n -x Exclusive lock (default)" \
|
||||||
"\n -u Remove a lock from FD" \
|
"\n -u Unlock FD" \
|
||||||
"\n -n Fail rather than wait" \
|
"\n -n Fail rather than wait" \
|
||||||
|
|
||||||
#define fold_trivial_usage \
|
#define fold_trivial_usage \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user