X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Frs2if.cpp;h=5da8d68e08b85e43938c036659651866d05cc0f2;hp=82ed201b6cc6a316d9bbaf8e23e13ef2c0999033;hb=031437896d0dc6cac70c16e5604b10f5aa4d0767;hpb=c481fbf2890e6e3a0a5479a9e53e685634ce411a diff --git a/src/rs2if.cpp b/src/rs2if.cpp index 82ed201..5da8d68 100644 --- a/src/rs2if.cpp +++ b/src/rs2if.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: rs2if.cpp,v 1.4 2000/06/09 11:03:08 kevin Exp $ +** $Id: rs2if.cpp,v 1.5 2000/06/13 16:20:31 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 @@ -49,7 +49,7 @@ static struct option my_options[] = void rs2if_usage (const char *program) { - fprintf(stdout, "usage: %s in-rs-file out-if-file [OPTIONS]\n", kbasename(program)); + fprintf(stdout, "usage: %s in-rs-file out-if-file [OPTIONS]\n", fileBasename(program)); fprintf(stdout, "This program converts a raysum file to a IF file\n"); fprintf(stdout, "\n"); fprintf(stdout, " --verbose Verbose mode\n");