mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +02:00
+ short instructions on how to use it
git-svn-id: trunk@9288 -
This commit is contained in:
parent
36e5e49553
commit
de08321368
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8967,6 +8967,7 @@ utils/rmcvsdir.pp svneol=native#text/plain
|
||||
utils/rstconv.pp svneol=native#text/plain
|
||||
utils/sim_pasc/Answers svneol=native#text/plain
|
||||
utils/sim_pasc/ChangeLog svneol=native#text/plain
|
||||
utils/sim_pasc/HOWTO-FPC.txt svneol=native#text/plain
|
||||
utils/sim_pasc/LICENSE.txt svneol=native#text/plain
|
||||
utils/sim_pasc/Makefile svneol=native#text/plain
|
||||
utils/sim_pasc/READ.ME svneol=native#text/plain
|
||||
|
8
utils/sim_pasc/HOWTO-FPC.txt
Normal file
8
utils/sim_pasc/HOWTO-FPC.txt
Normal file
@ -0,0 +1,8 @@
|
||||
To compare a body of suspect code with pre-existing code, use the following
|
||||
command (after performing a make to build the tool)
|
||||
|
||||
./sim_pasc -eS -w 170 suspectfile1 suspectfileN / orgfile1 ... orgfileM
|
||||
|
||||
You can obviously use wild cards. The number after "-w" indicates how
|
||||
many columns will be used in the output (best make it > 160 to avoid too
|
||||
much wrapping)
|
Loading…
Reference in New Issue
Block a user