hvasbath / beat

Bayesian Earthquake Analysis Tool
GNU General Public License v3.0
132 stars 42 forks source link

Question about beat --help #99

Closed WangJunyi2022 closed 2 years ago

WangJunyi2022 commented 2 years ago

Hello, I used Anaconda3 to install beat following the installation tutorial. After the installation is complete, beat init-help is used to test, and the following results appear. How can I solve this problem?

(base) gmtsar-user@gmtsarVB: conda activate beat (beat) gmtsar-user@gmtsarVB:~$ beat init -h usage: beat [-h] [-c] [-t TIME] [-z TZ] [-v]

optional arguments: -h, --help show this help message and exit -c, --centibeats Display centibeats -t TIME, --time TIME Time to convert (HH:MM:SS) -z TZ, --timezone TZ Timezone in hours, default: UTC+01 -v, --version (beat) gmtsar-user@gmtsarVB: (beat) gmtsar-user@gmtsarVB: beat init -help usage: beat [-h] [-c] [-t TIME] [-z TZ] [-v] beat: error: argument -h/--help: ignored explicit argument 'elp' (beat) gmtsar-user@gmtsarVB: (beat) gmtsar-user@gmtsarVB: beat init -h usage: beat [-h] [-c] [-t TIME] [-z TZ] [-v]

optional arguments: -h, --help show this help message and exit -c, --centibeats Display centibeats -t TIME, --time TIME Time to convert (HH:MM:SS) -z TZ, --timezone TZ Timezone in hours, default: UTC+01 -v, --version (beat) gmtsar-user@gmtsarVB:~$

hvasbath commented 2 years ago

please either use beat init -h, or beat init --help

WangJunyi2022 commented 2 years ago

Thank you!