diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-10 10:13:59 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-10 10:13:59 +0100 |
commit | fb19874b1e1c40f3f5efafb39151b1bfc3ef725e (patch) | |
tree | 7e9ecd8853a9b0c6de2a92f60aff7a1568253dc4 /fish | |
parent | d19ceb226c242844467b2935c1e19b989b4315e8 (diff) | |
download | libguestfs-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.c | 2 |
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); } |