From: Ian Kelling Date: Sat, 7 Jun 2014 16:12:13 +0000 (-0700) Subject: minor doc update X-Git-Url: https://iankelling.org/git/?p=lnf;a=commitdiff_plain;h=15c4639b1ee74247ac931088eea77e3ea37ba7c3 minor doc update --- diff --git a/lnf b/lnf index 5e3ed07..fa9b599 100755 --- a/lnf +++ b/lnf @@ -4,7 +4,7 @@ lnf() { local help="lnf [--help] LN_ARGUMENTS... -Create symlinks conveniently. +Create symlinks conveniently and forcefully. Remove existing file/links using trash-put or rm -rf if it is not available. Create directory if needed. Finally, ln -s -- LN_ARGUMENTS" if [[ $1 == --help ]]; then diff --git a/lnf-function b/lnf-function index 066159b..04fe924 100644 --- a/lnf-function +++ b/lnf-function @@ -4,7 +4,7 @@ lnf() { local help="lnf [--help] LN_ARGUMENTS... -Create symlinks conveniently. +Create symlinks conveniently and forcefully. Remove existing file/links using trash-put or rm -rf if it is not available. Create directory if needed. Finally, ln -s -- LN_ARGUMENTS" if [[ $1 == --help ]]; then