From de9e772f46eeba347c21014d4b159f28c2c2d9c1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 20 Mar 2010 00:07:11 +0100 Subject: flock: better help text Signed-off-by: Denys Vlasenko --- include/usage.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 0aea010c7..093efc8c4 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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 \ -- cgit v1.2.3