From 15c4639b1ee74247ac931088eea77e3ea37ba7c3 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sat, 7 Jun 2014 09:12:13 -0700 Subject: [PATCH] minor doc update --- lnf | 2 +- lnf-function | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2