From 874629274335f1c9e9e1134fbc404c5f980e9365 Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Sat, 16 Nov 2013 21:04:37 +0400 Subject: [PATCH] Update test results (gh-104). --- test/box/args.result | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/test/box/args.result b/test/box/args.result index 5d0b6846ea..633855fcea 100644 --- a/test/box/args.result +++ b/test/box/args.result @@ -2,16 +2,16 @@ tarantool_box --help Tarantool -- an efficient in-memory data store. Usage: tarantool_box [OPTIONS] - --cfg-get=KEY return a value from configuration file described by - KEY - --check-config Check configuration file for errors - -c, --config=FILE path to configuration file (default: tarantool.cfg) - --init-storage initialize storage (an empty snapshot file) and exit - -v, --verbose increase verbosity level in log messages - -B, --background redirect input/output streams to a log file and run as - daemon - -h, --help display this help and exit - -V, --version print program version and exit + --cfg-get=KEY return a value from configuration file described by + KEY + --check-config Check configuration file for errors + -c, --config=FILE path to configuration file (default: tarantool.cfg) + --init-storage initialize storage (an empty snapshot file) and exit + -v, --verbose increase verbosity level in log messages + -B, --background redirect input/output streams to a log file and run as + daemon + -h, --help display this help and exit + -V, --version print program version and exit Please visit project home page at http://tarantool.org to see online documentation, submit bugs or contribute a patch. @@ -20,16 +20,16 @@ tarantool_box -h Tarantool -- an efficient in-memory data store. Usage: tarantool_box [OPTIONS] - --cfg-get=KEY return a value from configuration file described by - KEY - --check-config Check configuration file for errors - -c, --config=FILE path to configuration file (default: tarantool.cfg) - --init-storage initialize storage (an empty snapshot file) and exit - -v, --verbose increase verbosity level in log messages - -B, --background redirect input/output streams to a log file and run as - daemon - -h, --help display this help and exit - -V, --version print program version and exit + --cfg-get=KEY return a value from configuration file described by + KEY + --check-config Check configuration file for errors + -c, --config=FILE path to configuration file (default: tarantool.cfg) + --init-storage initialize storage (an empty snapshot file) and exit + -v, --verbose increase verbosity level in log messages + -B, --background redirect input/output streams to a log file and run as + daemon + -h, --help display this help and exit + -V, --version print program version and exit Please visit project home page at http://tarantool.org to see online documentation, submit bugs or contribute a patch. -- GitLab