diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 13:29:32 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:58:15 +0100 |
commit | 97d326771491897f90f37db73325c5d06ab5f4e0 (patch) | |
tree | a3a4425213867690c5ed9e83e010cff1d8e6b1e7 | |
parent | 3c5a7bc2b366ffad0a389f125854353914fce8b4 (diff) | |
download | libguestfs-97d326771491897f90f37db73325c5d06ab5f4e0.tar.gz libguestfs-97d326771491897f90f37db73325c5d06ab5f4e0.tar.xz libguestfs-97d326771491897f90f37db73325c5d06ab5f4e0.zip |
run: Update comments.
(cherry picked from commit 98f2d221cfe184535a493057f5b2b38d8bee34e4)
-rwxr-xr-x | run.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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. #---------------------------------------------------------------------- |