From c98ac95759c02f26e6d58e2eb2c239abe9ded234 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Mon, 29 Dec 2014 21:54:34 +0000 Subject: [PATCH] Output usage with cout not cerr --- source/ttrts/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ttrts/main.cpp b/source/ttrts/main.cpp index c17fffb..272abef 100644 --- a/source/ttrts/main.cpp +++ b/source/ttrts/main.cpp @@ -61,7 +61,7 @@ int main(int argc, char* argv[]) // If no args, print usage if ( argc == 1 ) { - std::cerr<