diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-08 10:23:28 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-08 10:24:22 +0100 |
commit | 45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d (patch) | |
tree | c3ac778cd67040d35a07aa240e40f09d67443757 /fish | |
parent | fa918b166acd6123623fd0d03b5f4840b1579a02 (diff) | |
download | libguestfs-45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d.tar.gz libguestfs-45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d.tar.xz libguestfs-45f72c804b6fa76d94b7195bd5faea8c0d6f6b3d.zip |
fish: Improve appearance of guestfish -N help output.
Diffstat (limited to 'fish')
-rw-r--r-- | fish/prep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/prep.c b/fish/prep.c index 59fa8a7a..8b830719 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); |