diff options
Diffstat (limited to 'src/generator.ml')
-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 |