X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fcmds.c;h=f0c0458e3a1720745430013218b35ce3fe20c2ee;hb=fb19874b1e1c40f3f5efafb39151b1bfc3ef725e;hp=e9ef208b17579f6c1b9aaadf75f36745d7397a61;hpb=01c26253a12ed1e6b1199f8c85f049a7fc4aef28;p=libguestfs.git diff --git a/fish/cmds.c b/fish/cmds.c index e9ef208..f0c0458 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 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 \n\nThis is just a shortcut for listing C\nC and sorting the files into alphabetical order."); + pod2text ("aug-ls - list Augeas nodes under a path", " aug-ls \n\nThis is just a shortcut for listing C\nC and sorting the resulting nodes into alphabetical order."); else display_builtin_command (cmd); }