diff options
Diffstat (limited to 'src/clients/cave/cmd_sync.cc')
-rw-r--r-- | src/clients/cave/cmd_sync.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_sync.cc b/src/clients/cave/cmd_sync.cc index 87330d721..a12f060ce 100644 --- a/src/clients/cave/cmd_sync.cc +++ b/src/clients/cave/cmd_sync.cc @@ -390,7 +390,7 @@ SyncCommand::run( repos.insert((*p)->name()); if (1 == repos.size()) - cmdline.a_sequential.set_specified(true); + cmdline.a_sequential.set_specified(args::aos_weak); cout << fuc(fs_heading(), fv<'s'>("Starting sync")); |