mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:03:40 +00:00
[client] main: better error text for changed spice options
This commit is contained in:
parent
5de25f2b43
commit
e5921b3949
@ -1657,7 +1657,8 @@ int main(int argc, char * argv[])
|
|||||||
else if (strcasecmp("CLIPBOARD_TO_LOCAL", optarg) == 0) params.clipboardToLocal = false;
|
else if (strcasecmp("CLIPBOARD_TO_LOCAL", optarg) == 0) params.clipboardToLocal = false;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Invalid spice option %s\n", optarg);
|
fprintf(stderr, "Invalid spice feature: %s\n", optarg);
|
||||||
|
fprintf(stderr, "Must be one of ALL, INPUT, CLIPBOARD, CLIPBOARD_TO_VM, CLIPBOARD_TO_LOCAL\n");
|
||||||
doHelp(argv[0]);
|
doHelp(argv[0]);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user