From 61e002ad775469fe953ab3a18557f828fe32c4bb Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sat, 14 Mar 2020 00:31:36 +0100 Subject: [PATCH] update comments --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 903e79a..dfc713b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ pkg_dependencies="php-xml php-mbstring php-mysql" #================================================= # Check if an URL is already handled -# usage: is_url_handled URL +# usage: is_url_handled --domain=DOMAIN --path=PATH_URI is_url_handled() { # Declare an array to define the options of this helper. local legacy_args=dp