Hi, If so, we have to find another option name for "host"... Actually, as "host" option is used more frequently than "help" for DBMS, other famous DBMS, e.g., MySQL, also use "-h" for host name and "--help" for help..
Best, ----------------------------------- Xiangdong Huang School of Software, Tsinghua University 黄向东 清华大学 软件学院 Christofer Dutz <christofer.d...@c-ware.de> 于2024年9月9日周一 17:34写道: > > Hi all, > > while I was playing around with IoTDB run on a new hardware platform, I > wanted to test, if IoTDB is at least running and wanted to use the cli to > connect to it. > As I was not 100% sure about the config option names, I ran “./start-cli.sh > -h” as that’s the typical Linux way to ask a script for help … the CLI script > simply froze without any output … till I remembered, that we use “-h” as > option for providing a host name or Ip. > > Possibly it might be worth thinking of a different name for this, as it > clashes with a pretty well-established default in Linux-world. > > Just a thought… > > Chris