Fix cli prompt.

This commit is contained in:
Christoph Heiss 2018-03-06 20:50:36 +01:00
parent ebab2d5a8a
commit 64a3af3579

View file

@ -156,7 +156,7 @@ int main(int argc, char* argv[])
GrpcResplyClient client{channel};
while (std::cin) {
std::cout << options.host << ':' << "> ";
std::cout << options.host << "> ";
std::string line;
std::getline(std::cin, line);