diff options
Diffstat (limited to 'perl/lib/Sys')
-rw-r--r-- | perl/lib/Sys/Guestfs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 9f3dd5e9..d3027f35 100644 --- a/perl/lib/Sys/Guestfs.pm +++ b/perl/lib/Sys/Guestfs.pm @@ -215,7 +215,7 @@ details. =item @matches = $h->aug_ls (path); This is just a shortcut for listing C<$h-E<gt>aug_match> -C<path/*> and sorting the files into alphabetical order. +C<path/*> and sorting the resulting nodes into alphabetical order. =item @matches = $h->aug_match (path); |