diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-09 22:42:57 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-09 22:44:53 +0100 |
commit | 55b6e18f95950b1a2ec69d549c9e6c8a5758d166 (patch) | |
tree | 57e4024bf634b076949739ae051710dc98b38574 | |
parent | 22aa9268f548eab9763311a080859d8cf2257a93 (diff) | |
download | libguestfs-55b6e18f95950b1a2ec69d549c9e6c8a5758d166.tar.gz libguestfs-55b6e18f95950b1a2ec69d549c9e6c8a5758d166.tar.xz libguestfs-55b6e18f95950b1a2ec69d549c9e6c8a5758d166.zip |
generator: Fix incorrect shortdesc in docs for 'is-dir' command.
-rwxr-xr-x | src/generator.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generator.ml b/src/generator.ml index c01b512e..e2b96c84 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -1825,7 +1825,7 @@ See also C<guestfs_stat>."); [["is_dir"; "/known-3"]]); InitISOFS, Always, TestOutputTrue ( [["is_dir"; "/directory"]])], - "test if file exists", + "test if a directory", "\ This returns C<true> if and only if there is a directory with the given C<path> name. Note that it returns false for |