diff options
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,10 @@ /* Hurd unionfs - Copyright (C) 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2001, 2002, 2009 Free Software Foundation, Inc. + Written by Moritz Schulte <moritz@duesseldorf.ccc.de>. + Adapted for unionmount by Sergiu Ivanov <unlimitedscolobb@gmail.com>. + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the @@ -29,6 +32,7 @@ #define OPT_PATTERN 'm' #define OPT_PRIORITY 'p' #define OPT_STOW 's' +#define OPT_MOUNT 't' /* The long options. */ #define OPT_LONG_UNDERLYING "underlying" @@ -40,6 +44,7 @@ #define OPT_LONG_PATTERN "match" #define OPT_LONG_PRIORITY "priority" #define OPT_LONG_STOW "stow" +#define OPT_LONG_MOUNT "mount" #define OPT_LONG(o) "--" o |