X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2Ffish.c;h=3ab09b5ce63579f34fef8f7e270fce84d9aa099f;hb=3cf719bc077a5f0d4f1a79279a5ba6e41d53c9b9;hp=2dfdfb92f80cb207d62e91f7e1177c1b3a74d728;hpb=5ce72e039ca332ba19bb9122b7c93d257e745bb5;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index 2dfdfb9..3ab09b5 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -957,6 +957,9 @@ display_builtin_command (const char *cmd) " K or KB number of kilobytes\n" " M or MB number of megabytes\n" " G or GB number of gigabytes\n" + " T or TB number of terabytes\n" + " P or PB number of petabytes\n" + " E or EB number of exabytes\n" " sects number of 512 byte sectors\n")); else if (strcasecmp (cmd, "echo") == 0) printf (_("echo - display a line of text\n" @@ -1047,6 +1050,9 @@ display_builtin_command (const char *cmd) " K or KB number of kilobytes\n" " M or MB number of megabytes\n" " G or GB number of gigabytes\n" + " T or TB number of terabytes\n" + " P or PB number of petabytes\n" + " E or EB number of exabytes\n" " sects number of 512 byte sectors\n")); else if (strcasecmp (cmd, "time") == 0) printf (_("time - measure time taken to run command\n"