From: Hans-Bernhard B. <br...@us...> - 2003-06-12 17:11:44
|
Update of /cvsroot/cscope/cscope/doc In directory sc8-pr-cvs1:/tmp/cvs-serv32402/doc Modified Files: cscope.1 Log Message: Add -v option for the sake of proposed KDE wrapper "kscope". Index: cscope.1 =================================================================== RCS file: /cvsroot/cscope/cscope/doc/cscope.1,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** cscope.1 2 Jan 2002 17:25:48 -0000 1.16 --- cscope.1 12 Jun 2003 17:11:38 -0000 1.17 *************** *** 6,10 **** .ll +8 .B cscope ! .RB [ " -bCcdehkLlqRTUuV " ] .RB [ -F symfile ] .RB [ -f reffile ] --- 6,10 ---- .ll +8 .B cscope ! .RB [ " -bCcdehkLlqRTUuVv " ] .RB [ -F symfile ] .RB [ -f reffile ] *************** *** 151,154 **** --- 151,158 ---- Unconditionally build the cross-reference file (assume that all files have changed). + .TP + .B -v + Be more verbose in line-oriented mode. Output progress updates during + database building and searches. .TP .B -V |