[Libguestfs] [PATCH v3 2/3] virt-ls: update usage for win drive letters

Maros Zatko mzatko at redhat.com
Wed May 20 17:41:48 UTC 2015


Relates to: RHBZ#845234
---
 cat/ls.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cat/ls.c b/cat/ls.c
index 1a164b3..e3abdda 100644
--- a/cat/ls.c
+++ b/cat/ls.c
@@ -106,7 +106,9 @@ usage (int status)
              "  --keys-from-stdin    Read passphrases from stdin\n"
              "  -l|--long            Long listing\n"
              "  -m|--mount dev[:mnt[:opts[:fstype]]]\n"
-             "                       Mount dev on mnt (if omitted, /)\n"
+             "                       Mount dev on mnt (if omitted, /).\n"
+             "                       This also disables inspection so Windows\n"
+             "                       drive letters cannot be used.\n"
              "  -R|--recursive       Recursive listing\n"
              "  --times              Display file times\n"
              "  --time-days          Display file times as days before now\n"
-- 
1.9.3




More information about the Libguestfs mailing list