Small fix.
This commit is contained in:
parent
89a2b7016d
commit
a101844a48
1 changed files with 3 additions and 3 deletions
|
@ -116,9 +116,9 @@ set -e
|
||||||
usage: farce -directory $FARCELOGDIR/dir path1 list1 path2 list2
|
usage: farce -directory $FARCELOGDIR/dir path1 list1 path2 list2
|
||||||
input vars: $1 farce log dir for this comparation
|
input vars: $1 farce log dir for this comparation
|
||||||
$2 full path to previous iteration
|
$2 full path to previous iteration
|
||||||
$2 full path to filelist for previos iteration
|
$3 full path to filelist for previos iteration
|
||||||
$3 full path to current iteration
|
$4 full path to current iteration
|
||||||
$4 full path to filelist for current iteration
|
$5 full path to filelist for current iteration
|
||||||
externals: --
|
externals: --
|
||||||
modifies: --
|
modifies: --
|
||||||
returns: --
|
returns: --
|
||||||
|
|
Reference in a new issue