diff options
author | FreeArtMan <dos21h@gmail.com> | 2019-08-17 12:53:31 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2019-08-17 12:53:31 +0100 |
commit | 5aa910a35a0596c012afadc40c97de32c1b53549 (patch) | |
tree | 560930a8f19c59097f4a7f383a1de9f4820a839e | |
parent | ef95c077add38f12595859736edb2cc9621671bc (diff) | |
download | ihe-5aa910a35a0596c012afadc40c97de32c1b53549.tar.gz ihe-5aa910a35a0596c012afadc40c97de32c1b53549.zip |
Added some resize line dunno
-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 } |