From f0757d1a108dc9a32e83de28c60c69610c3315a9 Mon Sep 17 00:00:00 2001 From: dotasek Date: Fri, 8 Apr 2022 11:04:16 -0400 Subject: [PATCH] Fix sentence fragment in questionnaire man doc --- org.hl7.fhir.validation/src/main/resources/help.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/org.hl7.fhir.validation/src/main/resources/help.txt b/org.hl7.fhir.validation/src/main/resources/help.txt index 34f907785..3eef6bd22 100644 --- a/org.hl7.fhir.validation/src/main/resources/help.txt +++ b/org.hl7.fhir.validation/src/main/resources/help.txt @@ -61,9 +61,10 @@ The following parameters are supported: * check: if the QuestionnaireResponse has a questionnaire, validate against it The questionnaire must be loaded using the -ig parameter -the location of a questionnaire. If provided, then the validator will validate - any QuestionnaireResponse that claims to match the Questionnaire against it - no default value. This parameter can appear any number of times + which specifies the location of a questionnaire. If provided, then the + validator will validate any QuestionnaireResponse that claims to match the + Questionnaire against it no default value. This parameter can appear any + number of times -output [file]: a filename for the results (OperationOutcome) Default: results are sent to the std out. -debug