aboutsummaryrefslogtreecommitdiffstats
path: root/ihe.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2016-07-03 14:48:55 +0100
committerFreeArtMan <dos21h@gmail.com>2016-07-03 14:48:55 +0100
commitef95c077add38f12595859736edb2cc9621671bc (patch)
tree2c3d3e5b58f8bf645ec7ac807815bbccfe6d25e4 /ihe.c
parent09f10018a7d1981bdf2e66d9c752b12482a8b22c (diff)
downloadihe-ef95c077add38f12595859736edb2cc9621671bc.tar.gz
ihe-ef95c077add38f12595859736edb2cc9621671bc.zip
Add write string, write hex
Diffstat (limited to 'ihe.c')
-rw-r--r--ihe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ihe.c b/ihe.c
index 9e0cb20..874e57c 100644
--- a/ihe.c
+++ b/ihe.c
@@ -400,8 +400,8 @@ cmd_table_t tab[] = {
{"dump", c_dump},
{"dumpx", c_dumpx},
{"dumps", c_dumps},
- //{"write", c_write},
- //{"writes", c_writes},
+ {"write", c_write},
+ {"writes", c_writes},
{"resize", c_resize},
{"flags", c_flags},
{"manifesto", c_manifesto},