Add missing documentation for "more" command in guestfish help output.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jul 2009 20:07:57 +0000 (21:07 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 11 Jul 2009 20:07:57 +0000 (21:07 +0100)
fish/fish.c

index 25483a1..2ddf901 100644 (file)
@@ -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) */