diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 21:07:57 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 21:07:57 +0100 |
commit | b48dea6217920ef26e4745a9797c07a21407574f (patch) | |
tree | 0ce3a0522e3d408b242899a015d99984df2f7f7a /fish | |
parent | c66f3600cd76c7fe0e318004c416f7845b934bc6 (diff) | |
download | libguestfs-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.c | 2 |
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) */ |