bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#32242: dd help text lacks information about binary prefixes


From: Wodry
Subject: bug#32242: dd help text lacks information about binary prefixes
Date: Sat, 21 Jul 2018 22:36:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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

[Prev in Thread] Current Thread [Next in Thread]