[lwatch-cvs] files/src settings.c,1.29,1.30
Brought to you by:
arturcz
|
From: Artur R. C. <ar...@us...> - 2005-02-16 14:05:48
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32600/src Modified Files: settings.c Log Message: removed --fifo and -f Index: settings.c =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** settings.c 10 Aug 2004 12:15:20 -0000 1.29 --- settings.c 16 Feb 2005 14:05:40 -0000 1.30 *************** *** 125,129 **** {"version",0,0,'v'}, {"config",1,0,'C'}, - {"fifo",1,0,'f'}, /* FIXME: it should be removed in next releases */ {"input",1,0,'i'}, {"output",1,0,'o'}, --- 125,128 ---- *************** *** 158,165 **** } break; - case 'f': - fprintf(stderr,"USAGE OF --fifo AND -f IS DEPRECATED.\n"); - fprintf(stderr,"PLEASE USE --input OR -i INSTEAD IT.\n"); - fprintf(stderr,"OPTIONS --fifo AND -f ARE SUBJECTS TO REMOVE IN NEXT RELEASE.\n"); case 'i': if(strlen(optarg)>MAXPATHLEN) { --- 157,160 ---- |