summaryrefslogtreecommitdiff
path: root/cmd/cmd_dump.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-08-19 17:58:35 +0100
committerFreeArtMan <dos21h@gmail.com>2019-08-19 17:58:35 +0100
commit363170c432f3c3e34da46abd51ee9bc221806f6f (patch)
tree75ea16a18642172c539e1c2bac62df8a094e73d6 /cmd/cmd_dump.c
parente7050e232d8e1350620e368b9d01f14a1a82a89b (diff)
downloadihe-363170c432f3c3e34da46abd51ee9bc221806f6f.tar.gz
ihe-363170c432f3c3e34da46abd51ee9bc221806f6f.zip
Added help info
Diffstat (limited to 'cmd/cmd_dump.c')
-rw-r--r--cmd/cmd_dump.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/cmd_dump.c b/cmd/cmd_dump.c
index a11a2d0..bf2e5d1 100644
--- a/cmd/cmd_dump.c
+++ b/cmd/cmd_dump.c
@@ -25,4 +25,10 @@ int c_dump( cmd_arg_t *arg )
printf("\n");
return 0;
+}
+
+int h_dump( cmd_arg_t *arg )
+{
+ printf(" - dump data as hex string");
+ return 0;
} \ No newline at end of file