summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/generator.ml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/generator.ml b/src/generator.ml
index 4279c0d2..c8809e49 100755
--- a/src/generator.ml
+++ b/src/generator.ml
@@ -473,6 +473,12 @@ Load files into the tree.
See C<aug_load> in the Augeas documentation for the full gory
details.");
+
+ ("aug_ls", (RStringList "matches", P1 (String "path")), 28, [],
+ "list Augeas nodes under a path",
+ "\
+This is just a shortcut for listing C<guestfs_aug_match>
+C<path/*> and sorting the files into alphabetical order.");
]
let all_functions = non_daemon_functions @ daemon_functions