diff --git a/FreeBSD/databases/tarantool/pkg-plist b/FreeBSD/databases/tarantool/pkg-plist
index 6ec1d5d2f1de3aa77c6e15928f750a49fe03f253..5089168473c466bfaeb225194ed9c9f2de82d3eb 100644
--- a/FreeBSD/databases/tarantool/pkg-plist
+++ b/FreeBSD/databases/tarantool/pkg-plist
@@ -1,5 +1,5 @@
 bin/tarantool_box
-bin/tarantool_checksum
+bin/tarancheck
 %%CLIENT%%bin/tarantool
 etc/tarantool.cfg.sample
 include/tarantool/tnt.h
diff --git a/client/tarancheck/tc_options.c b/client/tarancheck/tc_options.c
index 6282e2bf0268236bc222824e9c68b178a80c5e82..fb250f751c1107c984b61c0a5ff5b4c4f8a5fbaf 100644
--- a/client/tarancheck/tc_options.c
+++ b/client/tarancheck/tc_options.c
@@ -63,8 +63,8 @@ void tc_options_free(struct tc_options *opts) {
 
 int tc_options_usage(void)
 {
-	printf("usage: tarantool_checksum <options> <tarantool_config>\n\n");
-	printf("tarantool checksum.\n");
+	printf("Tarantool checksum: checksum master and replica logs.\n");
+	printf("usage: tarancheck <options> <tarantool_config>\n\n");
 	gopt_help(opts_def);
 	return 1;
 }
diff --git a/client/tarantar/options.c b/client/tarantar/options.c
index fbb97175d6d1d1ea2813f78d3abe13fc2e807bb6..13fc74c65eb14034d97eaf8334526cb3021e232f 100644
--- a/client/tarantar/options.c
+++ b/client/tarantar/options.c
@@ -61,8 +61,8 @@ void ts_options_free(struct ts_options *opts) {
 
 int ts_options_usage(void)
 {
-	printf("usage: tarantool_snap <options> <tarantool_config>\n\n");
-	printf("tarantool snap.\n");
+	printf("Tarantool XLOG compression utility.\n");
+	printf("Usage: tarantar <options> <tarantool_config>\n\n");
 	gopt_help(opts_def);
 	return 1;
 }
diff --git a/extra/rpm.spec.in b/extra/rpm.spec.in
index 98c48686975b90b43dfda6fce9afa88986b5db48..e4bd7025604cb938e9415555cb6024197dbf9c88 100644
--- a/extra/rpm.spec.in
+++ b/extra/rpm.spec.in
@@ -140,7 +140,8 @@ useradd -r -g tarantool tarantool
 %defattr(-,root,root,-)
 "%{_mandir}/man1/tarantool.1.gz"
 "%{_bindir}/tarantool"
-"%{_bindir}/tarantool_checksum"
+"%{_bindir}/tarancheck"
+"%{_bindir}/tarantar"
 
 %changelog
 * Mon May 20 2013 Dmitry Simonenko <support@tarantool.org> 1.0-1