From 8707a49f04d476f48949d49d49d44c333bbc5438 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 28 May 2018 09:46:08 +1000 Subject: [PATCH] docs: update --- neofetch | 4 +++- neofetch.1 | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 38791f7d..38fcc73d 100755 --- a/neofetch +++ b/neofetch @@ -4342,7 +4342,9 @@ Options: INFO: --disable infoname Allows you to disable an info line from appearing - in the output. + in the output. 'infoname' is the function name from the + 'print_info()' function inside the config file. + For example: 'info \"Memory\" memory' would be '--disable memory' NOTE: You can supply multiple args. eg. 'neofetch --disable cpu gpu' diff --git a/neofetch.1 b/neofetch.1 index d7356cf8..9a87abe6 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -16,7 +16,9 @@ NOTE: Every launch flag has a config option. .TP \fB\-\-disable\fR infoname Allows you to disable an info line from appearing -in the output. +in the output. 'infoname' is the function name from the +\&'print_info()' function inside the config file. +For example: 'info "Memory" memory' would be '\-\-disable memory' .IP NOTE: You can supply multiple args. eg. 'neofetch \fB\-\-disable\fR cpu gpu' .TP