fish: When -m option fails, canonicalize device names that are printed.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 28 Nov 2011 19:12:44 +0000 (19:12 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 28 Nov 2011 19:12:44 +0000 (19:12 +0000)
commitf5bfc68fdb3e25b9d75c65e3f5e88983584b25ed
treedc2b2b7c51aaf5f927c91d2497cf07d41ac8cd69
parent450134501c37f1dd1b898dc390591a3f84ec18b4
fish: When -m option fails, canonicalize device names that are printed.

The error message now looks like this:

  guestfish: '/dev/vda6' could not be mounted.  Did you mean one of these?
            /dev/sda1 (ext4)
            /dev/vg_f15x32/lv_root (ext4)
            /dev/vg_f15x32/lv_swap (swap)

Note that '/dev/sda1' has been canonicalized.
fish/options.c