summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorronalabraham <ronalabraham@gmail.com>2019-06-04 14:42:21 -0400
committerGitHub <noreply@github.com>2019-06-04 14:42:21 -0400
commitc97472bc27fc7523bb621660c029665a8e300a6d (patch)
treea012a5af07fd1267d9bbb4a169caf39f89a03050 /README.md
parentb062aeaf15f1b174f6c9b88a0b2017b06d7fbd3e (diff)
Fix `path` parameter's docs for linking feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e1e51b..5faf3f3 100644
--- a/README.md
+++ b/README.md
@@ -160,11 +160,11 @@ Available extended configuration parameters:
| Link Option | Explanation |
| -- | -- |
-| `path` | The target for the symlink, the same as in the shortcut syntax (default:null, automatic (see below)) |
+| `path` | The source for the symlink, the same as in the shortcut syntax (default:null, automatic (see below)) |
| `create` | When true, create parent directories to the link as needed. (default:false) |
| `relink` | Removes the old target if it's a symlink (default:false) |
| `force` | Force removes the old target, file or folder, and forces a new link (default:false) |
-| `relative` | Use a relative path when creating the symlink (default:false, absolute links) |
+| `relative` | Use a relative path to the source when creating the symlink (default:false, absolute links) |
| `glob` | Treat a `*` character as a wildcard, and perform link operations on all of those matches (default:false) |
| `if` | Execute this in your `$SHELL` and only link if it is successful. |