From 26b97f7fa0fbc6366b4ce105cab533883333a98f Mon Sep 17 00:00:00 2001 From: Heinrich Lukas Weil Date: Fri, 11 Aug 2023 15:17:20 +0400 Subject: [PATCH] Improve arc i create help text #205 #204 --- src/ArcCommander/CLIArguments/InvestigationArgs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArcCommander/CLIArguments/InvestigationArgs.fs b/src/ArcCommander/CLIArguments/InvestigationArgs.fs index f531470..1727a20 100644 --- a/src/ArcCommander/CLIArguments/InvestigationArgs.fs +++ b/src/ArcCommander/CLIArguments/InvestigationArgs.fs @@ -17,7 +17,7 @@ type InvestigationCreateArgs = interface IArgParserTemplate with member this.Usage = match this with - | Identifier _-> "A identifier or an accession number provided by a repository. This SHOULD be locally unique." + | Identifier _-> "An identifier or an accession number provided by a repository. This SHOULD be locally unique." | Title _-> "A concise name given to the investigation" | Description _-> "A textual description of the investigation" | SubmissionDate _-> "The date on which the investigation was reported to the repository"