Add rallytime's suggestions

This commit is contained in:
twangboy 2018-08-10 10:55:16 -06:00
parent d1ae6b3d6d
commit e79243566d
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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``