More notes/help

This commit is contained in:
Tiago Almeida 2019-11-05 14:18:03 +00:00
parent 9ed81c37b0
commit 7d3fc57068
2 changed files with 4 additions and 4 deletions

View File

@ -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. - [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. - [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. - [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! - And to all contributors!

View File

@ -16,8 +16,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# Help: # Help:
# https://www.shellscript.sh/tips/getopts/ # Getopts: https://www.shellscript.sh/tips/getopts/
# Sed: http://www.grymoire.com/Unix/Sed.html
# Bash Variables # Bash Variables
# Ativate or not the erros (1=activated) # Ativate or not the erros (1=activated)
@ -49,7 +49,7 @@ f_menu_usage(){
echo "-v Show version, license and other info." echo "-v Show version, license and other info."
echo "-h Show help or usage." echo "-h Show help or usage."
echo "-f FILE" 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 exit 2
} }