From ab0f6c5497bd3e65250d018164af316463d64586 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Tue, 14 Apr 2020 20:34:38 -0700 Subject: [PATCH] updating validator documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18883cb..fb06689 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,12 @@ $ pip install requests The validator script signature is defined as follows: ``` -usage: validator.py [-h] [-s SCHEMA_FILE] [-d] JSON_FILE +usage: workflowhub-validator.py [-h] [-s SCHEMA_FILE] [-d] JSON_FILE -Validate JSON file against workflow-schema. +Validate JSON file against workflowhub-schema. positional arguments: - JSON_FILE JSON data file + JSON_FILE JSON trace file optional arguments: -h, --help show this help message and exit