Skip to content

Commit

Permalink
Fixing typo in argument role_assignment (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBoon authored Jul 23, 2024
1 parent 3aca8a0 commit edc4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datastation/dv_dataset_role_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():

# Remove role assignment
parser_remove = subparsers.add_parser('remove', help='remove role assignment from specified dataset(s)')
parser_remove.add_argument('role-assignment',
parser_remove.add_argument('role_assignment',
help='role assignee and alias (example: @dataverseAdmin=contributor)')
parser_remove.add_argument('pid_or_pid_file', help='The dataset pid or the input file with the dataset pids')
add_batch_processor_args(parser_remove)
Expand Down

0 comments on commit edc4b31

Please sign in to comment.