Skip to content

Commit

Permalink
Clarify description for entry argument
Browse files Browse the repository at this point in the history
  • Loading branch information
2015aroras committed Apr 2, 2024
1 parent d19ca2f commit 90648bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/storage_cleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ def _add_move_subparser(subparsers: _SubParsersAction):
move_parser.add_argument(
"--entry",
default=None,
help="If provided, moving is restricted to this entry of the run.",
help="If provided, only the directory/file with this name within the run is moved. Example: 'step0-unsharded'.",
)


Expand Down

0 comments on commit 90648bd

Please sign in to comment.