diff --git a/datalad/distribution/update.py b/datalad/distribution/update.py index 4dde06d526..28a33bda39 100644 --- a/datalad/distribution/update.py +++ b/datalad/distribution/update.py @@ -119,7 +119,7 @@ class Update(Interface): "the revision isn't already present", code_py="update(how='merge', how_subds='reset', " "follow='parentds-lazy', recursive=True)", - code_cmd="datalad update --how=merge --how-subds=reset" + code_cmd="datalad update --how=merge --how-subds=reset " "--follow=parentds-lazy -r"), ]