Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simleo committed Apr 10, 2024
1 parent 43ace22 commit d75e30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocrate/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def cli():
"--exclude",
type=CSV,
metavar="NAME",
help="Exclude files or directories from the RO-Crate. NAME may be a single name or a comma-separated list of names.",
help="Exclude files or directories from the metadata file. NAME may be a single name or a comma-separated list of names.",
)
@OPTION_CRATE_PATH
def init(crate_dir, gen_preview, exclude):
Expand Down

0 comments on commit d75e30e

Please sign in to comment.