summaryrefslogtreecommitdiff
path: root/bin/checklinks
diff options
context:
space:
mode:
Diffstat (limited to 'bin/checklinks')
-rwxr-xr-xbin/checklinks9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/checklinks b/bin/checklinks
index 0b49d59..80b5d00 100755
--- a/bin/checklinks
+++ b/bin/checklinks
@@ -191,6 +191,15 @@ This is relative to the source. See L<path_resolution>(7)
Lines beginning with an invalid symlink type will be ignored.
+Example:
+
+ # checklinks --parameter etc=packages/zsh
+ soft .zshrc $etc/rc
+ soft .zprofile $etc/profile
+ soft .zlogin $etc/login
+ soft .zlogout $etc/logout
+ soft .zshenv $etc/env
+
=head1 BUGS
There are no checks whether the symlink target actually exists.