X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=fish%2Ffish.c;h=3ab09b5ce63579f34fef8f7e270fce84d9aa099f;hb=a25d175cf6e8283288fd6d209b37b09ffee0dcf3;hp=1039bada99dccfddd7f4c19a5ee1e97a43ec23a5;hpb=3266e51054fdc1f584bd7a8611c7706e6d0b7cef;p=libguestfs.git diff --git a/fish/fish.c b/fish/fish.c index 1039bad..3ab09b5 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -958,6 +958,8 @@ display_builtin_command (const char *cmd) " 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" @@ -1049,6 +1051,8 @@ display_builtin_command (const char *cmd) " 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"