mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
More notes/help
This commit is contained in:
parent
9ed81c37b0
commit
7d3fc57068
@ -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!
|
||||||
|
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user