From: Hugh McMaster Subject: [PATCH 5/6 v2] reg: Output program name instead of the generic 'Error' Message-Id: Date: Tue, 9 Feb 2016 22:54:06 +1100 In-Reply-To: <1455018847-2574-1-git-send-email-hugh.mcmaster@outlook.com> References: <1455018847-2574-1-git-send-email-hugh.mcmaster@outlook.com> Signed-off-by: Hugh McMaster --- programs/reg/reg.rc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/programs/reg/reg.rc b/programs/reg/reg.rc index 7aaec29..44c5e8b 100644 --- a/programs/reg/reg.rc +++ b/programs/reg/reg.rc @@ -31,11 +31,11 @@ STRINGTABLE STRING_DELETE_USAGE, "REG DELETE key_name [/v value_name | /ve | /va] [/f]\n" STRING_QUERY_USAGE, "REG QUERY key_name [/v value_name | /ve] [/s]\n" STRING_SUCCESS, "The operation completed successfully\n" - STRING_INVALID_KEY, "Error: Invalid key name\n" - STRING_INVALID_CMDLINE, "Error: Invalid command line parameters\n" - STRING_NO_REMOTE, "Error: Unable to access remote machine\n" - STRING_CANNOT_FIND, "Error: The system was unable to find the specified registry key or value\n" - STRING_UNSUPPORTED_TYPE, "Error: Unsupported registry data type [%1]\n" + STRING_INVALID_KEY, "reg: Invalid key name\n" + STRING_INVALID_CMDLINE, "reg: Invalid command line parameters\n" + STRING_NO_REMOTE, "reg: Unable to access remote machine\n" + STRING_CANNOT_FIND, "reg: The system was unable to find the specified registry key or value\n" + STRING_UNSUPPORTED_TYPE, "reg: Unsupported registry data type [%1]\n" STRING_MISSING_INTEGER, "reg: The option [/d] must be followed by a valid integer\n" STRING_MISSING_HEXDATA, "reg: The option [/d] must be followed by a valid hexadecimal value\n" STRING_UNHANDLED_TYPE, "reg: Unhandled registry data type [/t 0x%1!x!, /d %2]\n" -- 1.9.1