diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-12-01 01:44:21 +0100 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-12-01 01:44:21 +0100 |
commit | f27108a4b114c9d83de25d2beba5c7c0a1d1c20b (patch) | |
tree | 9b63198c3b7cddb255dddc370821491a73fc788f /src/metastore.h | |
parent | 3e572265776cac1ee01c27bb227d15becf4aa3d0 (diff) |
Add action to show metastore version: -v / --version.
Fixes #36.
Diffstat (limited to 'src/metastore.h')
-rw-r--r-- | src/metastore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/metastore.h b/src/metastore.h index 384808d..1e1e436 100644 --- a/src/metastore.h +++ b/src/metastore.h @@ -34,6 +34,7 @@ #define ACTION_DIFF 0x02 #define ACTION_DUMP 0x04 #define ACTION_SAVE 0x10 +#define ACTION_VER 0x08 #define ACTION_HELP 0x80 /* Action masks */ |