From e2626d0013c9641def5694874a353efd7b7294e2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Dec 2016 09:35:14 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d1ada0..7ccef7e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,8 @@ Neofetch now has an irc channel at `#neofetch` on Freenode. If you have any ques - Optimize info caching, only check for cache files in scripts that use caching. - Cleanup `main()`. - Renamed `old_flags()` --> `old_options()`. +- The manpage is now generated using `help2man`. `help2man` parses the output of `--help` and `--version` to create a manpage. This ensures that our manpage stays 1:1 with the script documentation. We actually found a lot of outdated info in the old manpage thanks to this. + - A new flag was added called `--gen-man` which generates a neofetch manpage in your current directory. ## Info