From 45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 8 Sep 2010 10:23:28 +0100 Subject: [PATCH] fish: Improve appearance of guestfish -N help output. --- fish/prep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/prep.c b/fish/prep.c index 59fa8a7..8b83071 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -38,7 +38,7 @@ list_prepared_drives (void) for (i = 0; i < NR_PREPS; ++i) { printf (_("\ -guestfish -N %-16s %s\n\ +guestfish -N %-8s - %s\n\ \n\ %s\n"), preps[i].name, preps[i].shortdesc, preps[i].longdesc); -- 1.8.3.1