39 lines
1.3 KiB
C
39 lines
1.3 KiB
C
//
|
|
// Copyright (C) 2004-2005 David Essex, Rildo Pragana.
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; either version 2, or (at your option)
|
|
// any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this software; see the file COPYING. If not, write to
|
|
// the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
// Boston, MA 02111-1307 USA
|
|
//
|
|
|
|
|
|
#ifndef _TCOBRUNHELP_H
|
|
#define _TCOBRUNHELP_H
|
|
|
|
//#ifdef TCOBPP_LANGUAGE_en
|
|
//#ifdef TCOBPP_LANGUAGE_fr
|
|
//#ifdef TCOBPP_LANGUAGE_it
|
|
//#ifdef TCOBPP_LANGUAGE_pt_BR
|
|
//#endif
|
|
|
|
/* Usage list */
|
|
/* Usage: %s [options] cobol-module [command-line-parms]\n" */
|
|
static char usage_list0[] = { "[options] cobol-module [command-line-parms]\n" };
|
|
static char usage_list1[] = { "where [options] are:\n\
|
|
-h Help (display this listing)\n\
|
|
-V Display version and exit\n\
|
|
" };
|
|
|
|
#endif
|