Skip to content

Commit

Permalink
Add a missing space into example code_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Oct 30, 2023
1 parent cdc0ceb commit cff63de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad/distribution/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
]

Expand Down

0 comments on commit cff63de

Please sign in to comment.