From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/pending/getfattr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toys/pending/getfattr.c') diff --git a/toys/pending/getfattr.c b/toys/pending/getfattr.c index b17cdc1d..c58994d6 100644 --- a/toys/pending/getfattr.c +++ b/toys/pending/getfattr.c @@ -14,9 +14,9 @@ config GETFATTR Read POSIX extended attributes. - -d Show values as well as names. - -h Do not dereference symbolic links. - -n Show only attributes with the given name. + -d Show values as well as names + -h Do not dereference symbolic links + -n Show only attributes with the given name */ #define FOR_getfattr -- cgit v1.2.3