From e9c8ef17b3035204d39ecc511d4418e2b4a590cc Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 14 Aug 2016 19:50:51 -0700 Subject: [PATCH] minor doc update --- lnf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lnf b/lnf index ac5ebcc..1dd62f9 100755 --- a/lnf +++ b/lnf @@ -3,15 +3,15 @@ # This program is under GPL v. 3 or later, see lnf() { - local help="lnf - Create symlinks conveniently and forcefully. -Usage: + local help="Usage: lnf -T TARGET LINK_NAME (1st form) lnf TARGET (2nd form) lnf TARGET... DIRECTORY (3rd form) +Create symlinks conveniently and forcefully -Remove existing file in the using trash-put or rm -rf if it is not available, -or trash-put fails due to a cross-filesystem link. -Create directory if needed. Slightly more restrictive arguments than ln. +Removes existing files using trash-put or rm -rf if it is not available, +or trash-put fails due to a cross-filesystem link. Create directory if +needed. Slightly more restrictive arguments than ln. In the 1st form, create a link to TARGET with the name LINK_NAME. In the 2nd form, create a link to TARGET in the current directory. In the 3rd form, create -- 2.30.2