Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7d47ee1

Browse files
OCoppingcoretl
andcommitted
Update src/dls_python3_skeleton/__main__.py
Change help statement for "clean" option Co-authored-by: Tom C (DLS) <[email protected]>
1 parent 626743c commit 7d47ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dls_python3_skeleton/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def main(args=None):
228228
"--package", default=None, help="Package name, defaults to directory name"
229229
)
230230
# Add a command for cleaning an existing repo of skeleton code
231-
sub = subparsers.add_parser("clean", help="Clean skeleton from existing repo")
231+
sub = subparsers.add_parser("clean", help="Clean up branch from failed skeleton merge")
232232
sub.set_defaults(func=clean_repo)
233233
sub.add_argument("path", type=Path, help="Path to existing repo with skeleton code")
234234
# Parse args and run

0 commit comments

Comments
 (0)