lib/param: swap preferred name for 'lock dir' to match s3
authorAndrew Bartlett <abartlet@samba.org>
Thu, 12 Apr 2012 07:39:24 +0000 (17:39 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 16 Apr 2012 04:35:34 +0000 (14:35 +1000)
lib/param/loadparm.c

index 86a22826383beb999816ed0e5ed63da6ad4f740c..08d46b276546babb2ff61ea4e658d91199e66589 100644 (file)
@@ -1065,7 +1065,7 @@ static struct parm_struct parm_table[] = {
                .flags          = FLAG_ADVANCED,
        },
        {
-               .label          = "lock dir",
+               .label          = "lock directory",
                .type           = P_STRING,
                .p_class        = P_GLOBAL,
                .offset         = GLOBAL_VAR(szLockDir),
@@ -1074,7 +1074,7 @@ static struct parm_struct parm_table[] = {
                .flags          = FLAG_ADVANCED,
        },
        {
-               .label          = "lock directory",
+               .label          = "lock dir",
                .type           = P_STRING,
                .p_class        = P_GLOBAL,
                .offset         = GLOBAL_VAR(szLockDir),