* src/truncate.c (usage): Mention that --size is in bytes which
is by far the most common usage.
* doc/coreutils.texi (truncate invocation): Likewise. Also cross
reference the --io-blocks option.
Reported in http://bugs.gnu.org/14686
@opindex -s
@opindex --size
Set or adjust the size of each @var{file} according to @var{size}.
+@var{size} is in bytes unless @option{--io-blocks} is specified.
@multiplierSuffixesNoBlocks{size}
@var{size} may also be prefixed by one of the following to adjust
"), stdout);
fputs (_("\
-r, --reference=RFILE base size on RFILE\n\
- -s, --size=SIZE set or adjust the file size by SIZE\n"), stdout);
+ -s, --size=SIZE set or adjust the file size by SIZE bytes\n"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
emit_size_note ();