Skip to content

Commit

Permalink
change short option for --target from -t to -r on getlist, as with ge…
Browse files Browse the repository at this point in the history
…t, to avoid clash with --tag
  • Loading branch information
alaniwi committed Nov 30, 2023
1 parent 52b2bba commit 127c294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlds_client/nlds_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def putlist(filelist, user, group, label, job_label,
help="The username to get files for.")
@click.option("-g", "--group", default=None, type=str,
help="The group to get files for.")
@click.option("-t", "--target", default=None, type=click.Path(exists=True),
@click.option("-r", "--target", default=None, type=click.Path(exists=True),
help="The target path for the retrieved files. Default is to "
"retrieve files to their original path.")
@click.option("-l", "--label", default=None, type=str,
Expand Down

0 comments on commit 127c294

Please sign in to comment.