ConvertDset error

AFNI version info (afni -ver):
Precompiled binary macos_13_ARM_clang: May 22 2024 (Version AFNI_24.1.10 'Publius Septimius Geta')

code text  # or delete if not needed

ConvertDset -o_Type 1D -input sub-100307_task-REST_acq-LR_run-01_bold_surf.niml.dset -prefix sub-100307_lh_func.1D

Error ConvertDset: Option -o_type not understood. Try -help for usage
   Here's hoping these excerpts from 'ConvertDset -help' enlighten:
        '-o_TYPE: TYPE of output datasets'
        '-i_TYPE: TYPE of input datasets'
        '-prefix OUT_PREF: Output prefix for data set.'

I created a dset file using the "3dVol2Surf" command. Since I need to access the time series data at each vertex, it seems necessary to convert between 1D, dset, and gii formats. However, when I ran the ConvertDset command, I encountered an unexpected error. Specifically, the flag "o_TYPE" does not seem to be recognized due to its uppercase letters. However, when I run echo ConvertDset -o_TYPE ..., it prints "ConvertDset -o_TYPE", so I don’t understand why the error occurs.