diff --git a/retroshare-service/src/retroshare-service.cc b/retroshare-service/src/retroshare-service.cc index a8c7ec37d..afda36771 100644 --- a/retroshare-service/src/retroshare-service.cc +++ b/retroshare-service/src/retroshare-service.cc @@ -233,18 +233,18 @@ int main(int argc, char* argv[]) int accountCountDigits = static_cast( ceil(log(locations.size())/log(10.0)) ); for( uint32_t i=0; i= locations.size())) { - std::cout << "\033[0;32mPlease enter account number: \033[0m"; + std::cout << "\033[0;32mPlease enter account number:\n \033[0m"; std::cout.flush(); std::string inputStr;