tools/times.sh: adapt comment to the actual loops

left over from #ea9f0718

Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
This commit is contained in:
Toralf Förster 2014-06-25 22:46:31 +02:00
parent b20f87faf2
commit da017d6888
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
#
# Simple script to generate times.log that contains timing information for the last 20 revisions
# Simple script to generate times.log that contains timing information for the last <n> revisions
# Typically these commands shall be used to get times.txt:
mkdir -p src
cp lib/* src/ # fill src/ with some source code