gno/usr.orca.bin/udl/udluse.c

36 lines
920 B
C
Raw Normal View History

#ifdef __CCFRONT__
#line 2
#endif
1994-12-13 18:08:34 +00:00
/*
* udl - Convert EOL formats freely between MS-DOS (CR/LF), Unix/Amiga (LF),
* and Apple (CR).
*
* Usage strings.
*
* $Id: udluse.c,v 1.5 1995/02/08 05:47:59 gdr Exp $
1994-12-13 18:08:34 +00:00
*
* Copyright (c) 1993-1995 Soenke Behrens, Devin Glyn Reade
1994-12-13 18:08:34 +00:00
*/
#ifdef GNO
#pragma noroot
#endif
1994-12-13 18:08:34 +00:00
char use1 [] =
"udl 1.14 by Soenke Behrens, Devin Glyn Reade\n"
"Usage: udl -u|g|m [-Rvp] file1 [file2 ...]\n\n"
1994-12-13 18:08:34 +00:00
"Options:\n"
" -u Convert file to use LF as EOL character.\n"
" -g Convert file to use CR as EOL character.\n"
" -m Convert file to use LF/CR as EOL character.\n"
" -R Recurse through subdirectories.\n"
" -p Be pedantic.\n"
" -v Be verbose about it.\n\n"
"udl creates a temporary file in the directory of the original file,\n"
"the original file is overwritten after conversion.\n";
1994-12-13 18:08:34 +00:00
char use2 [] =
"\nFiles may contain ORCA/Shell style wildcards.\n";
1994-12-13 18:08:34 +00:00
/* End Of File */