diff options
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index ed311a14a..9c2b79cbf 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2444,7 +2444,7 @@ are interpreted as @emph{IEC} values. Converting a single number from/to @emph{human} representation: @example -$ nunfmt --to=si 500000 +$ numfmt --to=si 500000 500K $ numfmt --to=iec 500000 |