Skip to content

Commit

Permalink
Cleanup docs in admin_cleanup_datasets.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Aug 17, 2023
1 parent 1c04cd4 commit d36282f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cleanup_datasets/admin_cleanup_datasets.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""
Mark datasets as deleted that are older than specified cutoff
and (optionaly) with a tool_id that matches the specified search
and (optionally) with a tool_id that matches the specified search
string.
This script is useful for administrators to cleanup after users who
Expand Down Expand Up @@ -121,10 +121,10 @@ def main():
default=False,
)
parser.add_argument(
"--smtp", default=None, help="SMTP Server to use to send email. " "Default: [read from galaxy ini file]"
"--smtp", default=None, help="SMTP Server to use to send email. " "Default: [read from galaxy config file]"
)
parser.add_argument(
"--fromaddr", default=None, help="From address to use to send email. " "Default: [read from galaxy ini file]"
"--fromaddr", default=None, help="From address to use to send email. " "Default: [read from galaxy config file]"
)
populate_config_args(parser)

Expand Down

0 comments on commit d36282f

Please sign in to comment.