Skip to content

Commit

Permalink
minor: corrected command line usage documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Nov 28, 2023
1 parent b8516ee commit 9dc9f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/add_excel_metadata_to_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():

parser.add_argument('-i', '--input_file', type=str, required=True, help='Path to an input file to be read' )
parser.add_argument('-oi', '--owner_id', type=int, required=True, help='Numerical user ID who will own the dataset' )
parser.add_argument('-s', '--skip_validation', action='store_true', help='Path to an output file to be created' )
parser.add_argument('-s', '--skip_validation', action='store_true', help='If, for some reason, you need to skip metadata validation' )
args = parser.parse_args()

dataset_uid = str(uuid.uuid4())
Expand Down

0 comments on commit 9dc9f87

Please sign in to comment.