Updating readme
This commit is contained in:
parent
74a77e2077
commit
c90ff276f6
@ -268,7 +268,7 @@ provides a more detailed description of what the parameters do.
|
|||||||
behavior, this parameter defaults to `true`; however you can explicitly disable it if required. You can specify the
|
behavior, this parameter defaults to `true`; however you can explicitly disable it if required. You can specify the
|
||||||
access permissions of directories created by force by providing a third array item in the link descriptor. For
|
access permissions of directories created by force by providing a third array item in the link descriptor. For
|
||||||
example, if you wanted the `.ssh` directory to be created with mode `700`, you could write the following:
|
example, if you wanted the `.ssh` directory to be created with mode `700`, you could write the following:
|
||||||
`[".ssh/id_rsa.pub", ".ssh_flatline/id_rsa.pub", 0700]`. Notice that you can specify permissions in octal notation
|
`[".ssh/id_rsa.pub", ".ssh_flatline/id_rsa.pub", "0700"]`. Notice that you can specify permissions in octal notation
|
||||||
by adding a leading zero value (the `0x` prefix signifies hexadecimal).
|
by adding a leading zero value (the `0x` prefix signifies hexadecimal).
|
||||||
|
|
||||||
* `nocmd`
|
* `nocmd`
|
||||||
|
Loading…
Reference in New Issue
Block a user