From 349d514333fec920da14f1a986a52869b7031d13 Mon Sep 17 00:00:00 2001 From: Yuri Slobodyanyuk Date: Wed, 31 Aug 2022 20:42:30 +0300 Subject: [PATCH] Update Windows-cmd-shell-batch-scripting-cheat-sheet.adoc --- cheat-sheets/Windows-cmd-shell-batch-scripting-cheat-sheet.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-sheets/Windows-cmd-shell-batch-scripting-cheat-sheet.adoc b/cheat-sheets/Windows-cmd-shell-batch-scripting-cheat-sheet.adoc index d73a703..8a009ce 100644 --- a/cheat-sheets/Windows-cmd-shell-batch-scripting-cheat-sheet.adoc +++ b/cheat-sheets/Windows-cmd-shell-batch-scripting-cheat-sheet.adoc @@ -29,7 +29,7 @@ echoing off does not hide _output_ of the commands run, just the commands themse by _dot_ and it causes echo to print a blank line (an dthis is the only way to do so). |*@* -|Turn off echoing only for the command preceded by this @. Usually, also used as `@echo off` to prevent the _echo off_ +|Turn off echoing only for the command preceded by this @. E.g. `@echo off` to prevent the _echo off_ being printed itself. |*title _Title bar text_*