diff options
-rw-r--r-- | utils/mountd/mountd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mountd/mountd.c b/utils/mountd/mountd.c index ee6afe6..08f294d 100644 --- a/utils/mountd/mountd.c +++ b/utils/mountd/mountd.c @@ -67,6 +67,7 @@ static struct option longopts[] = { "ha-callout", 1, 0, 'H' }, { "state-directory-path", 1, 0, 's' }, { "num-threads", 1, 0, 't' }, + { "reverse-lookup", 0, 0, 'r' }, { NULL, 0, 0, 0 } }; |