Skip to content

Commit

Permalink
Add note to parameter help description for --keep-basename (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkram authored Oct 21, 2024
1 parent d734167 commit 6731e5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binstar_client/commands/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,10 @@ def add_parser(subparsers: typing.Any) -> None:
parser.add_argument(
'--keep-basename',
dest='keep_basename',
help='Do not normalize a basename when uploading a conda package.',
help=(
'Do not normalize a basename when uploading a conda package. '
'Note: this parameter only applies to conda, and not standard Python packages.'
),
action='store_true'
)

Expand Down

0 comments on commit 6731e5a

Please sign in to comment.