Skip to content

Commit

Permalink
DOC: Extend description for delete to point that it could be URL
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 30, 2021
1 parent 914a9cf commit d41b09d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dandi/cli/cmd_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
@devel_debug_option()
@map_to_click_exceptions
def delete(paths, skip_missing, dandi_instance="dandi", devel_debug=False):
""" Delete Dandisets and assets from the server """
"""Delete Dandisets and assets from the server
PATH could be a local path or a URL to an asset, directory, or an entire
dandiset.
"""
from ..delete import delete

delete(
Expand Down

0 comments on commit d41b09d

Please sign in to comment.