minor doc update
authorIan Kelling <ian@iankelling.org>
Sat, 7 Jun 2014 16:12:13 +0000 (09:12 -0700)
committerIan Kelling <ian@iankelling.org>
Sat, 7 Jun 2014 16:16:37 +0000 (09:16 -0700)
lnf
lnf-function

diff --git a/lnf b/lnf
index 5e3ed073a38728242439fd61536623c857223e2c..fa9b59937108e5b6514cd983d629c3d4f8bfc34b 100755 (executable)
--- 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
index 066159b9dde463ab59e36d7b3338921f05500455..04fe9242c35f80e8cb579e7d85a9e0fa14dae919 100644 (file)
@@ -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