diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-10-27 15:33:35 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-10-28 15:16:14 +0100 |
commit | e3851914de6bad3deb869ba865d2a6eb53c83151 (patch) | |
tree | bf4763743a121600e674f3d4e96d4b565bfec092 /tools | |
parent | 064569bcbf854a9cf588ce31851d987d5f114ec8 (diff) | |
download | libguestfs-e3851914de6bad3deb869ba865d2a6eb53c83151.tar.gz libguestfs-e3851914de6bad3deb869ba865d2a6eb53c83151.tar.xz libguestfs-e3851914de6bad3deb869ba865d2a6eb53c83151.zip |
virt-ls: Small fix to documentation.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-ls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virt-ls b/tools/virt-ls index f0ac3f33..9518cf06 100755 --- a/tools/virt-ls +++ b/tools/virt-ls @@ -140,8 +140,8 @@ C<virt-ls -l> produces a "long listing", which shows more detail (just like the plain C<ls -l> command). C<virt-ls -R> produces a recursive list of files starting at the named -directory. See the documentation for the C<guestfs_find> command -L<guestfs(3)> for precise details. +directory. See the documentation for L<guestfs(3)/guestfs_find> +for precise details. You cannot combine these options. |