From 9142adbf741d5c7e5251f268b4e4a1fb4e8f52e6 Mon Sep 17 00:00:00 2001 From: TwistedxTempo <43812962+TwistedxTempo@users.noreply.github.com> Date: Mon, 11 Mar 2019 21:27:29 +0530 Subject: [PATCH] Added a good feature (#32106) --- guide/english/bash/bash-man/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/bash/bash-man/index.md b/guide/english/bash/bash-man/index.md index 8b9e9abb2d..65a525071b 100644 --- a/guide/english/bash/bash-man/index.md +++ b/guide/english/bash/bash-man/index.md @@ -19,6 +19,7 @@ Most used options: * `-f`, print a short description of the given command * `-a`, display, in succession, all of the available intro manual pages contained within the manual * `-c`, reformat the source man page, used mostly when the page was formatted for a screen with a different number of columns +* `-l`, enabling case sensitivity ### Examples