[wpdev-commits] xmlscripts/scripts/commands wipe.py,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-09-20 04:02:20
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20989 Modified Files: wipe.py Log Message: fixed wipe/nuke documentation bug Index: wipe.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/wipe.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wipe.py 7 Aug 2004 00:28:22 -0000 1.4 --- wipe.py 20 Sep 2004 04:02:11 -0000 1.5 *************** *** 12,16 **** \description Remove items in a certain area. \usage - <code>nuke</code> ! \usage - <code>nuke all</code> If you don't specify any parameters, you will be able to select a region to nuke. If you --- 12,16 ---- \description Remove items in a certain area. \usage - <code>nuke</code> ! - <code>nuke all</code> If you don't specify any parameters, you will be able to select a region to nuke. If you *************** *** 22,26 **** \description Remove items in a certain area. \usage - <code>wipe</code> ! \usage - <code>wipe all</code> If you don't specify any parameters, you will be able to select a region to wipe. If you --- 22,26 ---- \description Remove items in a certain area. \usage - <code>wipe</code> ! - <code>wipe all</code> If you don't specify any parameters, you will be able to select a region to wipe. If you |