From b48dea6217920ef26e4745a9797c07a21407574f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 11 Jul 2009 21:07:57 +0100 Subject: Add missing documentation for "more" command in guestfish help output. --- fish/fish.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/fish.c b/fish/fish.c index 25483a1c..2ddf9013 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -766,6 +766,8 @@ list_builtin_commands (void) "lcd", _("local change directory")); 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")); -- cgit