From 7d3fc57068b0035ff09a6cdf5dc90ba79ff43823 Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Tue, 5 Nov 2019 14:18:03 +0000 Subject: [PATCH] More notes/help --- README.md | 2 +- install.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e644953..a2ea29d 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,6 @@ A view in that issues it can be helpful. See GNU Project link in the end. - [Nano Editor](https://www.nano-editor.org) for some `nanorc` files. - [GNU Project](https://savannah.gnu.org/projects/nano/) for hosting the `nano`'s git and issues. - [nanorc-mac](https://github.com/richrad/nanorc-mac) for the themes idea. -- [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html#toc-uh-5) for good `sed` documentation. +- [Bruce Barnert](http://www.grymoire.com/Unix/Sed.html) for good `sed` documentation. - And to all contributors! diff --git a/install.sh b/install.sh index 2f96122..7cd4bde 100755 --- a/install.sh +++ b/install.sh @@ -16,8 +16,8 @@ # along with this program. If not, see . # Help: -# https://www.shellscript.sh/tips/getopts/ - +# Getopts: https://www.shellscript.sh/tips/getopts/ +# Sed: http://www.grymoire.com/Unix/Sed.html # Bash Variables # Ativate or not the erros (1=activated) @@ -49,7 +49,7 @@ f_menu_usage(){ echo "-v Show version, license and other info." echo "-h Show help or usage." echo "-f FILE" - echo " Other file instead of the default .nanorc file." + echo " The path of other file instead of the default .nanorc file." exit 2 }