X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fif1.cpp;h=cac6df3f1cf40821dbd1aa058eaa895544bf9db0;hb=d850a3477e9ccaecfa85e00bc619848fcc29bdb6;hp=9e4c1694f5a70746f853633402ab5ca14685911e;hpb=5c6b29ab4885308cc3381af6e0a68f4804956d2e;p=ctsim.git diff --git a/tools/if1.cpp b/tools/if1.cpp index 9e4c169..cac6df3 100644 --- a/tools/if1.cpp +++ b/tools/if1.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if1.cpp,v 1.3 2000/12/29 15:45:06 kevin Exp $ +** $Id: if1.cpp,v 1.4 2000/12/29 19:30:08 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -46,7 +46,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$Id: if1.cpp,v 1.3 2000/12/29 15:45:06 kevin Exp $"; +static const char* g_szIdStr = "$Id: if1.cpp,v 1.4 2000/12/29 19:30:08 kevin Exp $"; void if1_usage (const char *program) @@ -59,7 +59,7 @@ if1_usage (const char *program) std::cout << " --exp Natural exponential of image" << std::endl; std::cout << " --sqr Square of image" << std::endl; std::cout << " --sqrt Square root of image" << std::endl; - std::cout << " --verbose Verbose modem" << std::endl; + std::cout << " --verbose Verbose mode" << std::endl; std::cout << " --version Print version" << std::endl; std::cout << " --help Print this help message" << std::endl; }