diff options
Diffstat (limited to 'share/shares.c')
-rw-r--r-- | share/shares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/shares.c b/share/shares.c index 34cd921..e5b16d4 100644 --- a/share/shares.c +++ b/share/shares.c @@ -622,7 +622,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; |