diff options
-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) */ |