Skip to content

Commit

Permalink
ODM-11968: rewrite help message
Browse files Browse the repository at this point in the history
  • Loading branch information
nzorkic-genestack committed Nov 14, 2024
1 parent 257ae38 commit 38ecc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odm_sdk/scripts/import_ODM_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ def main():
nargs="?")
parser.add_argument("-flm", "--file-metadata",
action=make_file_action(parser_args_state),
help="link to a attached file metadata file",
help="link to metadata file for this attached file",
nargs="?")
parser.add_argument("-nfa", "--number-of-feature-attributes",
action=make_signal_action(parser_args_state),
Expand Down

0 comments on commit 38ecc73

Please sign in to comment.