flock: better help text

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-03-20 00:07:11 +01:00
parent 777706cb23
commit de9e772f46

View File

@ -1313,13 +1313,13 @@
"\n -v Verbose" \
#define flock_trivial_usage \
"[-sxun] FD|FILE [[-c] PROG ARGS]"
"[-sxun] FD|{FILE [-c] PROG ARGS}"
#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:" \
"\n -s Shared lock" \
"\n -x Exclusive lock (default)" \
"\n -u Remove a lock from FD" \
"\n -u Unlock FD" \
"\n -n Fail rather than wait" \
#define fold_trivial_usage \