aboutsummaryrefslogtreecommitdiffstats
path: root/ihe.c
diff options
context:
space:
mode:
Diffstat (limited to 'ihe.c')
-rw-r--r--ihe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ihe.c b/ihe.c
index 874e57c..f42314a 100644
--- a/ihe.c
+++ b/ihe.c
@@ -402,12 +402,13 @@ cmd_table_t tab[] = {
{"dumps", c_dumps},
{"write", c_write},
{"writes", c_writes},
- {"resize", c_resize},
+ {"resize", c_resize},
{"flags", c_flags},
{"manifesto", c_manifesto},
{"ls", c_ls},
{"pwd", c_pwd},
{"cd", c_cd},
+ //{"create", c_create},
//{"th", c_th},
//{"tw", c_tw},
{NULL, NULL }