From 3c5136f9244709d5b3d2f0bb47c4e3a012cb2de7 Mon Sep 17 00:00:00 2001 From: prabhakaran9397 Date: Thu, 13 Apr 2017 23:33:28 +0530 Subject: [PATCH] help command backquote bug fixed --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 828e1c3..c75cabf 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,10 @@ Clears content on window. ```bash $ help GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu) -These shell commands are defined internally. Type `help' to see this list. -Type `help name' to find out more about the function `name'. -Use `info bash' to find out more about the shell in general. -Use `man -k' or `info' to find out more about commands not in this list. +These shell commands are defined internally. Type 'help' to see this list. +Type 'help name' to find out more about the function 'name'. +Use 'info bash' to find out more about the shell in general. +Use 'man -k' or 'info' to find out more about commands not in this list. A star (*) next to a name means that the command is disabled.