From fbb12ddc6a53ad97ff6bcc7ed9b253c09001ad2f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko <vda.linux@googlemail.com> Date: Mon, 22 Jun 2009 00:47:18 +0200 Subject: post 1.14.1 fixes; bump version to 1.14.2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> --- include/usage.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index d3bf7849e..bfacc5611 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3404,12 +3404,15 @@ "files do not block on disk I/O" #define readlink_trivial_usage \ - USE_FEATURE_READLINK_FOLLOW("[-f] ") "FILE" + USE_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE" #define readlink_full_usage "\n\n" \ "Display the value of a symlink" \ USE_FEATURE_READLINK_FOLLOW( "\n" \ "\nOptions:" \ - "\n -f Canonicalize by following all symlinks") \ + "\n -f Canonicalize by following all symlinks" \ + "\n -n Don't add newline" \ + "\n -v Verbose" \ + ) \ #define readprofile_trivial_usage \ "[OPTIONS]..." -- cgit v1.2.3-55-g6feb