From 97d326771491897f90f37db73325c5d06ab5f4e0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Jul 2012 13:29:32 +0100 Subject: run: Update comments. (cherry picked from commit 98f2d221cfe184535a493057f5b2b38d8bee34e4) --- run.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/run.in b/run.in index fcea0b16..34fe8547 100755 --- a/run.in +++ b/run.in @@ -23,9 +23,10 @@ # # ./run ./inspector/virt-inspector [args ...] # -# This works for any C, OCaml or Perl virt tools in the libguestfs -# distribution. Also you can make a symbolic link to this 'run' -# script from anywhere (eg. $HOME/bin/run) if you wish. +# This works for any C program, virt tools, and most non-C bindings +# and programs in the libguestfs distribution. Also you can make a +# symbolic [not hard] link to this 'run' script from anywhere +# (eg. $HOME/bin/run) if you wish. #---------------------------------------------------------------------- -- cgit