From 21b73519363ee8a930bd456aa90ef9bbd01c9365 Mon Sep 17 00:00:00 2001 From: Kobe Mertens <37635647+kobemertens@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:40:49 +0200 Subject: [PATCH] Update config.json Add an example of what the argument of validate-ttl should be --- scripts/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/config.json b/scripts/config.json index e5f1f77..5a76a69 100644 --- a/scripts/config.json +++ b/scripts/config.json @@ -19,8 +19,8 @@ { "documentation": { "command": "validate-ttl", - "description": "Validates the syntax of a Turtle file.", - "arguments": ["name"] + "description": "Validates the syntax of a Turtle file.\nSupply a filename, e.g. 202040904123456-awesome-semanticworks.ttl", + "arguments": ["filename"] }, "environment": { "image": "erikap/turtle-validator:1.0.0",