Skip to content

Commit

Permalink
fixed subject_id switch
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Sep 15, 2020
1 parent 908eb4e commit fbf2928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xnatutils/put_.py
Expand Up @@ -267,7 +267,7 @@ def parser():
"necessary to specify"))
parser.add_argument('--project_id', '-p', action="store_true",
help="Provide the project ID if session doesn't exist")
parser.add_argument('--subject_id', '-s', action="store_true",
parser.add_argument('--subject_id', '-b', action="store_true",
help="Provide the subject ID if session doesn't exist")
add_default_args(parser)
return parser
Expand Down

0 comments on commit fbf2928

Please sign in to comment.