fish: Improve appearance of guestfish -N help output.
authorRichard Jones <rjones@redhat.com>
Wed, 8 Sep 2010 09:23:28 +0000 (10:23 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 8 Sep 2010 09:24:22 +0000 (10:24 +0100)
fish/prep.c

index 59fa8a7..8b83071 100644 (file)
@@ -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);