summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-10 10:13:59 +0100
committerRichard Jones <rjones@redhat.com>2009-04-10 10:13:59 +0100
commitfb19874b1e1c40f3f5efafb39151b1bfc3ef725e (patch)
tree7e9ecd8853a9b0c6de2a92f60aff7a1568253dc4 /fish
parentd19ceb226c242844467b2935c1e19b989b4315e8 (diff)
downloadlibguestfs-fb19874b1e1c40f3f5efafb39151b1bfc3ef725e.tar.gz
libguestfs-fb19874b1e1c40f3f5efafb39151b1bfc3ef725e.tar.xz
libguestfs-fb19874b1e1c40f3f5efafb39151b1bfc3ef725e.zip
Correction in the aug-ls documentation.
Diffstat (limited to 'fish')
-rw-r--r--fish/cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/cmds.c b/fish/cmds.c
index e9ef208b..f0c0458e 100644
--- a/fish/cmds.c
+++ b/fish/cmds.c
@@ -190,7 +190,7 @@ void display_command (const char *cmd)
pod2text ("aug-load - load files into the tree", " aug-load\n\nLoad files into the tree.\n\nSee C<aug_load> in the Augeas documentation for the full gory\ndetails.");
else
if (strcasecmp (cmd, "aug_ls") == 0 || strcasecmp (cmd, "aug-ls") == 0)
- pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls <path>\n\nThis is just a shortcut for listing C<aug_match>\nC<path/*> and sorting the files into alphabetical order.");
+ pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls <path>\n\nThis is just a shortcut for listing C<aug_match>\nC<path/*> and sorting the resulting nodes into alphabetical order.");
else
display_builtin_command (cmd);
}