diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-08 22:36:52 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-08 22:36:52 +0100 |
commit | 103fcaf4cd976df987f81f35d95da70e958a829b (patch) | |
tree | 5e7e29409ce82d204f8e81c3275951279204fef1 | |
parent | c6795cae8dd0f3dac2abbdbb6d7bc49ed45b941c (diff) |
Updated checklinks documentation
-rwxr-xr-x | bin/checklinks | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/bin/checklinks b/bin/checklinks index 442cf10..c719b27 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -150,7 +150,7 @@ checklinks - create/update symlinks =head1 SYNOPSIS -B<checklinks> [ B<-q> ] +B<checklinks> [ I<options> ] =head1 DESCRIPTION @@ -160,10 +160,21 @@ Create or update symlinks based on a file =over -=item B<-q> +=item B<-q>, B<--quiet> quiet. Hide unchanged symlinks +=item B<-r>, B<--remove> + +remove all symlinks + +=item B<-p>, B<--parameter> I<parameter>=I<value> + +While reading the links file, eplace $I<parameter> with I<value>. +When used in conjuction with pkg(1), $package will be set to the current +package's relative path (as seen from $HOME, like C<packages/core>), +and $etc will be set to $package/etc . + =back =head1 FILES |