summaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
authorGianluca Guida <glguida@gmail.com>2005-01-31 12:30:05 +0000
committerGianluca Guida <glguida@gmail.com>2005-01-31 12:30:05 +0000
commit11a61b22dd0a0a0cc80b3c8594c85fecbb5e679a (patch)
tree82cddf3ab47f4284db20a9d7e4de84494360f55d /options.h
parentff7f04b7b3db282cba72ed16d9128a6b03816399 (diff)
Added basic stowfs functionalities.
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