flock: new applet
function old new delta flock_main - 253 +253 packed_usage 26466 26498 +32 applet_names 2170 2176 +6 applet_main 1280 1284 +4 applet_nameofs 640 642 +2 applet_install_loc 160 161 +1 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 5/0 up/down: 298/0) Total: 298 bytes Signed-off-by: Timo Teras <timo.teras@iki.fi> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
8531d76a15
commit
892d4b6b3d
@@ -1312,6 +1312,16 @@
|
||||
"\nOptions:" \
|
||||
"\n -v Verbose" \
|
||||
|
||||
#define flock_trivial_usage \
|
||||
"[-sxun] FD|FILE [[-c] PROG ARGS]"
|
||||
#define flock_full_usage "\n\n" \
|
||||
"[Un]lock file descriptor or file, then run PROG\n" \
|
||||
"\nOptions:" \
|
||||
"\n -s Shared lock" \
|
||||
"\n -x Exclusive lock (default)" \
|
||||
"\n -u Remove a lock from FD" \
|
||||
"\n -n Fail rather than wait" \
|
||||
|
||||
#define fold_trivial_usage \
|
||||
"[-bs] [-w WIDTH] [FILE]..."
|
||||
#define fold_full_usage "\n\n" \
|
||||
|
||||
Reference in New Issue
Block a user