diff options
-rw-r--r-- | ihe.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |