Missing daemon option -n (nodevicecheck) fixed.

This commit is contained in:
Roland Jax
2014-01-05 17:52:16 +01:00
parent 2f7ef0744a
commit 5f51856176
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ static int print_size = UNSET;
static char options[] = "a:c:C:d:e:fl:L:P:p:rR:sStvh";
static char options[] = "a:c:C:d:e:fl:L:nP:p:rR:sStvh";
static struct option opts[] = {
{"address", required_argument, NULL, 'a'},