From c7f9283bde88c93354985a1222b273e15ee761f9 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sun, 25 Dec 2016 19:51:42 +0700 Subject: [PATCH] General: Changed manpage generation command --- neofetch | 10 ++++++---- neofetch.1 | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/neofetch b/neofetch index 18e00983..ae7d5b23 100755 --- a/neofetch +++ b/neofetch @@ -3122,7 +3122,9 @@ get_process_name() { usage() { printf "%s" "\ Usage: neofetch --option \"value\" --option \"value\" -Neofetch is a CLI system information tool written in BASH. +Neofetch is a CLI system information tool written in BASH. Neofetch +displays information about your system next to an image, your OS logo, +or any ASCII file of your choice. NOTE: Every launch flag has a config option. @@ -3280,7 +3282,7 @@ OTHER DEVELOPER - --gen-man Generate a manpage for Neofetch in your PWD. + --gen-man Generate a manpage for Neofetch in your PWD. (Requires GNU help2man) Report bugs to https://github.com/dylanaraps/neofetch/issues @@ -3294,7 +3296,7 @@ Neofetch 2.1.0 Copyright (c) 2016 Dylan Araps -License MIT: Permission is hereby granted, free of charge, to any person obtaining a copy +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -3472,7 +3474,7 @@ get_args() { "-vv") set -x; verbose="on" ;; "--help") usage ;; "--version") version ;; - "--gen-man") help2man -N neofetch -o neofetch.1; exit 1 ;; + "--gen-man") help2man -n"A fast, highly customizable system info script" -N ./neofetch -o neofetch.1; exit 1 ;; esac shift diff --git a/neofetch.1 b/neofetch.1 index 7384cd5d..37f6cc59 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -1,12 +1,14 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH NEOFETCH "1" "December 2016" "Neofetch 2.1.0" "User Commands" .SH NAME -Neofetch \- manual page for Neofetch 2.1.0 +Neofetch \- A fast, highly customizable system info script .SH SYNOPSIS .B neofetch \fI\,--option "value" --option "value"\/\fR .SH DESCRIPTION -Neofetch is a CLI system information tool written in BASH. +Neofetch is a CLI system information tool written in BASH. Neofetch +displays information about your system next to an image, your OS logo, +or any ASCII file of your choice. .PP NOTE: Every launch flag has a config option. .SH OPTIONS @@ -267,7 +269,7 @@ Display a verbose log for error reporting. DEVELOPER .TP \fB\-\-gen\-man\fR -Generate a manpage for Neofetch in your PWD. +Generate a manpage for Neofetch in your PWD. (Requires GNU help2man) .SH AUTHOR Written by Dylan Araps with help from the following people: .PP @@ -277,7 +279,7 @@ Report bugs to https://github.com/dylanaraps/neofetch/issues .SH COPYRIGHT Copyright \(co 2016 Dylan Araps .PP -License MIT: Permission is hereby granted, free of charge, to any person obtaining a copy +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell