summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorMariusz PluciƄski <mplucinski@mplucinski.com>2014-06-21 02:07:23 +0200
committerWill Estes <westes575@gmail.com>2014-06-26 16:39:39 -0400
commit3e0d96af4c72ed2ab3f6650713ff24689ac936c7 (patch)
tree7fa0f9d046f19a7ab94a79024c4c7a0bbf63dee6 /src/options.c
parentc979ed27bb4389ead5e812c0336e1d0b70a3a5a8 (diff)
Change output formats from octal to hexadecimal
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index c673173..39d020e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -117,6 +117,8 @@ optspec_t flexopts[] = {
,
{"--help", OPT_HELP, 0}
, /* Produce this help message. */
+ {"--hex", OPT_HEX, 0}
+ , /* Use hexadecimals in debug/trace outputs */
{"-I", OPT_INTERACTIVE, 0}
,
{"--interactive", OPT_INTERACTIVE, 0}