X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2Fvirt-rescue;h=b8902a593657a10245db6f59ccb8ce553606c87a;hp=51ac760667fac102031cea260947f517bd2ac07e;hb=7d746ba6915e3c0d8fbe41053da64f4e9fa11cd4;hpb=c3194e4d370d917db9900a31ea18f10492554da4 diff --git a/tools/virt-rescue b/tools/virt-rescue index 51ac760..b8902a5 100755 --- a/tools/virt-rescue +++ b/tools/virt-rescue @@ -213,7 +213,7 @@ my $str = "guestfs_rescue=1"; $str .= " $append" if defined $append; $g->set_append ($str); -# Run the appliance. This won't return until the user quite the +# Run the appliance. This won't return until the user quits the # appliance. eval { $g->launch (); }; @@ -228,6 +228,13 @@ exit 0; Several environment variables affect virt-rescue. See L for the complete list. +=head1 SHELL QUOTING + +Libvirt guest names can contain arbitrary characters, some of which +have meaning to the shell such as C<#> and space. You may need to +quote or escape these characters on the command line. See the shell +manual page L for details. + =head1 SEE ALSO L,