summaryrefslogtreecommitdiffstats
path: root/fish/fish.c
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-04 18:03:58 +0000
committerRichard Jones <rjones@redhat.com>2009-11-04 18:03:58 +0000
commit3266e51054fdc1f584bd7a8611c7706e6d0b7cef (patch)
tree93639c2e10dde66689b0a4610eb4dab558218439 /fish/fish.c
parent5ce72e039ca332ba19bb9122b7c93d257e745bb5 (diff)
downloadlibguestfs-3266e51054fdc1f584bd7a8611c7706e6d0b7cef.tar.gz
libguestfs-3266e51054fdc1f584bd7a8611c7706e6d0b7cef.tar.xz
libguestfs-3266e51054fdc1f584bd7a8611c7706e6d0b7cef.zip
fish: Allow <nn>T for terabyte allocations.
Diffstat (limited to 'fish/fish.c')
-rw-r--r--fish/fish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/fish.c b/fish/fish.c
index 2dfdfb92..1039bada 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -957,6 +957,7 @@ display_builtin_command (const char *cmd)
" <nn>K or <nn>KB number of kilobytes\n"
" <nn>M or <nn>MB number of megabytes\n"
" <nn>G or <nn>GB number of gigabytes\n"
+ " <nn>T or <nn>TB number of terabytes\n"
" <nn>sects number of 512 byte sectors\n"));
else if (strcasecmp (cmd, "echo") == 0)
printf (_("echo - display a line of text\n"
@@ -1047,6 +1048,7 @@ display_builtin_command (const char *cmd)
" <nn>K or <nn>KB number of kilobytes\n"
" <nn>M or <nn>MB number of megabytes\n"
" <nn>G or <nn>GB number of gigabytes\n"
+ " <nn>T or <nn>TB number of terabytes\n"
" <nn>sects number of 512 byte sectors\n"));
else if (strcasecmp (cmd, "time") == 0)
printf (_("time - measure time taken to run command\n"