Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/npg_irods/cli/publish_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"multiple times to filter on additional regular expressions. Exclude "
"regular expressions are applied after any include regular expressions. "
"Paths will be absolute or relative depending on whether directory is an "
"absolute or relative path."
"absolute or relative path. "
"Optional, defaults to none.",
type=str,
action="append",
Expand All @@ -74,7 +74,7 @@
"paths will be published, all others will be ignored. If more than one "
"regex is supplied, the matches for all of them are aggregated. "
"Paths will be absolute or relative depending on whether directory is an "
"absolute or relative path."
"absolute or relative path. "
"Optional, defaults to all.",
type=str,
action="append",
Expand Down Expand Up @@ -117,7 +117,7 @@
parser.add_argument(
"--group",
help="iRODS group to have read access. Optional, defaults to none. "
"May be used multiple times to add read permissions for multiple groups."
"May be used multiple times to add read permissions for multiple groups. "
"Zone may be specified with #zone suffix, otherwise inferred from collection.",
type=str,
action="append",
Expand Down