diff --git a/tests/queries/0_stateless/02598_clickhouse_help_program_options.reference b/tests/queries/0_stateless/02598_clickhouse_help_program_options.reference index e3c4989bb64..3421dcb5865 100644 --- a/tests/queries/0_stateless/02598_clickhouse_help_program_options.reference +++ b/tests/queries/0_stateless/02598_clickhouse_help_program_options.reference @@ -125,12 +125,14 @@ Path should be in format './' or './path' or 'path' list-disks List disks names clickhouse-disks: - -h [ --help ] Print common help message - -C [ --config-file ] arg Set config file - --disk arg Set disk name - --command_name arg Name for command to do - --save-logs Save logs to a file - --log-level arg Logging level + -h [ --help ] Print common help message + -C [ --config-file ] arg + Set config file + --disk arg Set disk name + --command_name arg + Name for command to do + --save-logs Save logs to a file + --log-level arg Logging level clickhouse extract @@ -322,16 +324,23 @@ Usage: sudo clickhouse install [options] directory for pid file --user arg (=clickhouse) clickhouse user --group arg (=clickhouse) clickhouse group + -y [ --noninteractive ] run non-interactively + --link create symlink to the binary instead of + copying to binary-path clickhouse keeper-converter Usage: clickhouse keeper-converter --zookeeper-logs-dir /var/lib/zookeeper/data/version-2 --zookeeper-snapshots-dir /var/lib/zookeeper/data/version-2 --output-dir /var/lib/clickhouse/coordination/snapshots Allowed options: - -h [ --help ] produce help message - --zookeeper-logs-dir arg Path to directory with ZooKeeper logs - --zookeeper-snapshots-dir arg Path to directory with ZooKeeper snapshots - --output-dir arg Directory to place output clickhouse-keeper snapshot + -h [ --help ] produce help message + --zookeeper-logs-dir arg + Path to directory with ZooKeeper logs + --zookeeper-snapshots-dir arg + Path to directory with ZooKeeper + snapshots + --output-dir arg Directory to place output + clickhouse-keeper snapshot clickhouse obfuscator @@ -764,10 +773,12 @@ Path should be in format './' or './path' or 'path' list-disks List disks names clickhouse-disks: - -h [ --help ] Print common help message - -C [ --config-file ] arg Set config file - --disk arg Set disk name - --command_name arg Name for command to do - --save-logs Save logs to a file - --log-level arg Logging level + -h [ --help ] Print common help message + -C [ --config-file ] arg + Set config file + --disk arg Set disk name + --command_name arg + Name for command to do + --save-logs Save logs to a file + --log-level arg Logging level diff --git a/tests/queries/0_stateless/02598_clickhouse_help_program_options.sh b/tests/queries/0_stateless/02598_clickhouse_help_program_options.sh index 240fedbbd0c..ca962304426 100755 --- a/tests/queries/0_stateless/02598_clickhouse_help_program_options.sh +++ b/tests/queries/0_stateless/02598_clickhouse_help_program_options.sh @@ -10,7 +10,7 @@ CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) # In CI there is no tty and we just ignore failed stty calls. # Set 80 to have same as default size as in notty. backup_stty_size=$(stty size 2>/dev/null | awk '{print $2}' ||:) -stty columns 100 2>/dev/null ||: +stty columns 60 2>/dev/null ||: echo "================BINARY=========================="