From 2334b633c6585f17b1c0c90e9985c4e9104ff073 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 5 Nov 2011 00:43:37 +0000 Subject: [PATCH] * remove useless tracking --- website/cli.html | 4 ++-- website/naming.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/cli.html b/website/cli.html index 6f1cdc24..a4b42b2d 100644 --- a/website/cli.html +++ b/website/cli.html @@ -120,12 +120,12 @@

filebot -script "path/to/script.groovy" args... - Execute custom Groovy script. + Execute a given Groovy script. Find the manual on scripting here.

Argument Reference - source + source

diff --git a/website/naming.html b/website/naming.html index 06fff963..3732d450 100644 --- a/website/naming.html +++ b/website/naming.html @@ -106,7 +106,7 @@

Binding Reference - source + source

@@ -268,7 +268,7 @@

Function Reference - source + source

pad(length, padding = "0")Pad strings or numbers with given characters ('0' by default).