From 109f674ff828adad3e7763c0f3bdc2b4b687705e Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Tue, 11 Jan 2011 22:45:03 +0100 Subject: Fix --truncate-names description The names are actually truncated to 9 characters, not 8. Signed-off-by: Jan Kara --- repquota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repquota.c') diff --git a/repquota.c b/repquota.c index 7e007ce..f781f0d 100644 --- a/repquota.c +++ b/repquota.c @@ -52,7 +52,7 @@ static void usage(void) -u, --user display information about users\n\ -g, --group display information about groups\n\ -s, --human-readable show numbers in human friendly units (MB, GB, ...)\n\ --t, --truncate-names truncate names to 8 characters\n\ +-t, --truncate-names truncate names to 9 characters\n\ -p, --raw-grace print grace time in seconds since epoch\n\ -n, --no-names do not translate uid/gid to name\n\ -i, --no-autofs avoid autofs mountpoints\n\ -- cgit v1.2.3