summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-07-11 21:07:57 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-07-11 21:07:57 +0100
commitb48dea6217920ef26e4745a9797c07a21407574f (patch)
tree0ce3a0522e3d408b242899a015d99984df2f7f7a /fish
parentc66f3600cd76c7fe0e318004c416f7845b934bc6 (diff)
downloadlibguestfs-b48dea6217920ef26e4745a9797c07a21407574f.tar.gz
libguestfs-b48dea6217920ef26e4745a9797c07a21407574f.tar.xz
libguestfs-b48dea6217920ef26e4745a9797c07a21407574f.zip
Add missing documentation for "more" command in guestfish help output.
Diffstat (limited to 'fish')
-rw-r--r--fish/fish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 25483a1c..2ddf9013 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -767,6 +767,8 @@ list_builtin_commands (void)
printf ("%-20s %s\n",
"glob", _("expand wildcards in command"));
printf ("%-20s %s\n",
+ "more", _("view a file in the pager"));
+ printf ("%-20s %s\n",
"time", _("measure time taken to run command"));
/* actions are printed after this (see list_commands) */