From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH] zone: make edit syntax clear Date: Tue, 11 Jul 2017 17:05:42 +0200 Message-ID: <1499785542-15517-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1234970636425529660==" List-Id: --===============1234970636425529660== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Fixes: #11422 Signed-off-by: Jonatan Schlag --- src/functions/functions.zone | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/functions/functions.zone b/src/functions/functions.zone index ff6d945..acf68f5 100644 --- a/src/functions/functions.zone +++ b/src/functions/functions.zone @@ -557,9 +557,6 @@ zone_config() { log ERROR "${id} is not a valid id" fi ;; - edit) - zone_config_edit "${zone}" "$@" - ;; list) zone_config_list "${zone}" "$@" ;; -- 2.6.3 --===============1234970636425529660==--