r7061: initial property settings
[ctsim.git] / tools / phm2helix.cpp
index 8f7f1858b6072da5d94ea718f77dc5f9201ce418..a4ab6541f5b82fb550bd60c0ec318384d5de3323 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phm2helix.cpp,v 1.1 2001/09/24 09:40:42 kevin Exp $
+**  $Id$
 **
 **  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
@@ -53,7 +53,7 @@ static struct option phm2helix_options[] =
   {0, 0, 0, 0}
 };
 
-static const char* g_szIdStr = "$Id: phm2helix.cpp,v 1.1 2001/09/24 09:40:42 kevin Exp $";
+static const char* g_szIdStr = "$Id$";
 
 
 void 
@@ -84,10 +84,6 @@ phm2helix_usage (const char *program)
          std::cout << "     --trace          Trace level to use\n";
          std::cout << "        none          No tracing (default)\n";
          std::cout << "        console       Trace text level\n";
-         std::cout << "        phantom       Trace phantom image\n";
-         std::cout << "        proj          Trace projections\n";
-         std::cout << "        plot          Trace plot\n";
-         std::cout << "        clipping      Trace clipping\n";
          std::cout << "     --verbose        Verbose mode\n";
          std::cout << "     --debug          Debug mode\n";
          std::cout << "     --version        Print version\n";