mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add rallytime's suggestions
This commit is contained in:
parent
d1ae6b3d6d
commit
e79243566d
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@ Keys
|
|||
Keys are the folders in the registry. Keys can have many nested subkeys. Keys
|
||||
can have a value assigned to them under the (Default)
|
||||
|
||||
When passing key on the CLI it must be quoted correctly depending on the
|
||||
When passing a key on the CLI it must be quoted correctly depending on the
|
||||
backslashes being used (``\`` vs ``\\``). The following are valid methods of
|
||||
passing the the key on the CLI:
|
||||
|
||||
Using single backslashes:
|
||||
``"SOFTWARE\Python"``
|
||||
``'SOFTWARE\Python' (will not work on a Windows Master)``
|
||||
``'SOFTWARE\Python'`` (will not work on a Windows Master)
|
||||
|
||||
Using double backslashes:
|
||||
``SOFTWARE\\Python``
|
||||
|
|
Loading…
Add table
Reference in a new issue