diff options
author | Gianluca Guida <glguida@gmail.com> | 2005-01-31 12:30:05 +0000 |
---|---|---|
committer | Gianluca Guida <glguida@gmail.com> | 2005-01-31 12:30:05 +0000 |
commit | 11a61b22dd0a0a0cc80b3c8594c85fecbb5e679a (patch) | |
tree | 82cddf3ab47f4284db20a9d7e4de84494360f55d /options.h | |
parent | ff7f04b7b3db282cba72ed16d9128a6b03816399 (diff) |
Added basic stowfs functionalities.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |