Am 21.07.2018 um 21:43 schrieb Pádraig Brady:
> We should update truncate(1) etc. to be consistent if making this change.

truncate uses function emit_size_note for size help text, as do:

git/coreutils/src$ grep -r emit_size_note

system.h:emit_size_note (void)
truncate.c:      emit_size_note ();
split.c:      emit_size_note ();
ls.c:      emit_size_note ();
du.c:      emit_size_note ();
df.c:      emit_size_note ();

So I would suggest to enhance the help text in function emit_size_note
in system.h

Maybe dd could also use emit_size_note?

Should I create a patch (in a seperate bug report) for emit_size_note,
or do You want to do that?

Best regards,

Wodry



Reply via email to