From ba9f9c2d2c57f6041c6c01ba7c0e8379a5f5d440 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 14 Apr 2021 15:15:45 +0200 Subject: *: --help text tweaks Signed-off-by: Denys Vlasenko --- coreutils/realpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/realpath.c') diff --git a/coreutils/realpath.c b/coreutils/realpath.c index f5f868744..aeeef601c 100644 --- a/coreutils/realpath.c +++ b/coreutils/realpath.c @@ -23,7 +23,7 @@ //usage:#define realpath_trivial_usage //usage: "FILE..." //usage:#define realpath_full_usage "\n\n" -//usage: "Return the absolute pathnames of given FILE" +//usage: "Print absolute pathnames of FILEs" #include "libbb.h" -- cgit v1.2.3-55-g6feb