summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/options.h b/options.h
index 2e86828..5ad2404 100644
--- a/options.h
+++ b/options.h
@@ -25,6 +25,8 @@
#define OPT_DEBUG 'd'
#define OPT_CACHE_SIZE 'c'
#define OPT_REMOVE 'r'
+#define OPT_PATTERN 'm'
+#define OPT_STOW 's'
/* The long options. */
#define OPT_LONG_UNDERLYING "underlying"
@@ -32,6 +34,8 @@
#define OPT_LONG_DEBUG "debug"
#define OPT_LONG_CACHE_SIZE "cache-size"
#define OPT_LONG_REMOVE "remove"
+#define OPT_LONG_PATTERN "match"
+#define OPT_LONG_STOW "stow"
#define OPT_LONG(o) "--" o