From 810bf9488fe74c90258b542ba2cb0d130e3785dd Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 10 Jan 2018 09:54:34 +0100 Subject: Implement manual choice of output unit Add an optional argument to option -s allowing user to manually specify units used for outputting results. Signed-off-by: Jan Kara --- repquota.8 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'repquota.8') diff --git a/repquota.8 b/repquota.8 index 37dcb9a..61af898 100644 --- a/repquota.8 +++ b/repquota.8 @@ -98,9 +98,15 @@ there are such names. .B -n, --no-names Don't resolve UIDs/GIDs to names. This can speedup printing a lot. .TP -.B -s, --human-readable -Try to report used space, number of used inodes and limits in more appropriate units -than the default ones. +.B -s, --human-readable[=\f2units\f1] +Try to report used space, number of used inodes and limits in more appropriate +units than the default ones. Units can be also specified explicitely by an +optional argument in format [ +.BR kgt +],[ +.BR kgt +] where the first character specifies space units and the second character +specifies inode units. .TP .B -p, --raw-grace When user is in grace period, report time in seconds since epoch when his grace -- cgit v1.2.3