Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.1
-
None
-
None
Description
A command String like
-k'option=value'
does not recognize the string option=value as the parameter of -k.
Instead -k'option is parsed as the option and value as parameter.
Workaround: use -k='option=value' instead. But users might think otherwise.