[WINESYNC] reg: Print additional help messages when syntax is invalid.

Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id 010cb1b4057550b2eb6c371db5ba5a8d11ef337e by Hugh McMaster <hugh.mcmaster@outlook.com>
This commit is contained in:
winesync 2022-01-16 21:06:06 +01:00 committed by Thomas Csovcsity
parent a1330dea51
commit 9cf114d789
4 changed files with 7 additions and 4 deletions

View file

@ -273,6 +273,7 @@ int reg_add(int argc, WCHAR *argvW[])
return run_add(root, path, value_name, value_empty, type, separator, data, force);
invalid:
output_message(STRING_INVALID_CMDLINE);
output_message(STRING_INVALID_SYNTAX);
output_message(STRING_FUNC_HELP, wcsupr(argvW[1]));
return 1;
}

View file

@ -163,6 +163,7 @@ int reg_delete(int argc, WCHAR *argvW[])
return run_delete(root, path, key_name, value_name, value_empty, value_all, force);
invalid:
output_message(STRING_INVALID_CMDLINE);
output_message(STRING_INVALID_SYNTAX);
output_message(STRING_FUNC_HELP, wcsupr(argvW[1]));
return 1;
}

View file

@ -373,6 +373,7 @@ int reg_query(int argc, WCHAR *argvW[])
return run_query(root, path, key_name, value_name, value_empty, recurse);
invalid:
output_message(STRING_INVALID_CMDLINE);
output_message(STRING_INVALID_SYNTAX);
output_message(STRING_FUNC_HELP, wcsupr(argvW[1]));
return 1;
}

View file

@ -4,4 +4,4 @@ directories:
files:
programs/reg/resource.h: base/applications/cmdutils/reg/resource.h
tags:
wine: a47829e13d639831ab9f36ba4592b840259e6f80
wine: 010cb1b4057550b2eb6c371db5ba5a8d11ef337e