Also reword the explanation to be clearer. It is not necessary to be complete -- that is what the man page is for. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/cfdisk.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disk-utils/cfdisk.c b/disk-utils/cfdisk.c index 9455910..f1d4745 100644 --- a/disk-utils/cfdisk.c +++ b/disk-utils/cfdisk.c @@ -1507,8 +1507,8 @@ static int ui_get_size(struct cfdisk *cf, const char *prompt, uintmax_t *res, snprintf(buf, sizeof(buf), "%s", dflt); rc = ui_get_string(cf, prompt, - _("May be followed by {M,B,G,T}iB " - "(the \"iB\" is optional) or S for sectors."), + _("May be followed by M for MiB, G for GiB, " + "T for TiB, or S for sectors."), buf, sizeof(buf)); if (rc == 0) { ui_warnx(_("Please, specify size.")); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html