summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/shares.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/shares.c b/share/shares.c
index b628321..201cc95 100644
--- a/share/shares.c
+++ b/share/shares.c
@@ -624,7 +624,7 @@ add_share (ShareInfo *info, GError **error)
return FALSE;
argv[0] = "add";
- argv[1] = "-l";
+ argv[1] = "--long";
argv[2] = info->share_name;
argv[3] = info->path;
argv[4] = info->comment;