Skip to content

Commit

Permalink
#65 Change ErrorID to MessageID
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jun 12, 2024
1 parent f1a8c76 commit 4ca13b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions option/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ var EngineModuleName = ContextVariable{
Type: optiontype.String,
}

var ErrorID = ContextVariable{
Arg: "error-id",
Default: OsLookupEnvString("SENZING_TOOLS_ERROR_ID", ""),
Envar: "SENZING_TOOLS_ERROR_ID",
Help: "Give an explanation of a specific Senzing error [%s]",
var MessageID = ContextVariable{
Arg: "message-id",
Default: OsLookupEnvString("SENZING_TOOLS_MESSAGE_ID", ""),
Envar: "SENZING_TOOLS_MESSAGE_ID",
Help: "Give an explanation of a specific Senzing message [%s]",
Type: optiontype.String,
}

Expand Down

0 comments on commit 4ca13b7

Please sign in to comment.