Skip to content
Snippets Groups Projects
Commit 65906f94 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix wording.

parent 5017708e
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class Server(object):
if self.gdb:
args = prepare_gdb(self.binary, args)
print "You've start server in --gdb mode."
print "You started the server in gdb mode."
print "To attach, use `screen -r tnt-gdb`"
elif self.valgrind:
args = prepare_valgrind([self.binary] + args, self.valgrind_log,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment