X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Ffish.c;h=2ddf9013e1b5b34fed501e601d771680d83b02c0;hp=25483a1cd73360fbbf2a90100407790db1d8afd0;hb=b48dea6217920ef26e4745a9797c07a21407574f;hpb=c66f3600cd76c7fe0e318004c416f7845b934bc6 diff --git a/fish/fish.c b/fish/fish.c index 25483a1..2ddf901 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) */