aboutsummaryrefslogtreecommitdiff
path: root/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'config-parser.h')
-rw-r--r--config-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-parser.h b/config-parser.h
index 1026a98..08aa934 100644
--- a/config-parser.h
+++ b/config-parser.h
@@ -2,6 +2,7 @@
struct Config {
int precision;
bool human_readable;
+ bool help;
};
typedef struct Config Config;
struct Result {