From cd7fa73a4f527c36ca290f4aa4a58c4c687298f2 Mon Sep 17 00:00:00 2001 From: laaraujo Date: Sat, 11 May 2024 18:18:11 -0300 Subject: [PATCH] Improve formatting in CLI cheat sheet --- cheat_sheet/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cheat_sheet/README.md b/cheat_sheet/README.md index bb519c7..fceffbd 100644 --- a/cheat_sheet/README.md +++ b/cheat_sheet/README.md @@ -3,7 +3,7 @@ ## Modes | Mode | Description | -| --- | --- | +| :-: | --- | | `>` | User EXEC mode | | `#` | Privileged EXEC mode | | `(config)#` | Global configuration mode | @@ -12,7 +12,7 @@ ## Passwords | Mode | Command | Description | -| --- | --- | --- | +| :-: | --- | --- | | (config)# | `enable password ` | Set plain text password to | | (config)# | `service password-encryption` | Use Cisco's Type 7 encoding | | (config)# | `enable secret ` | Set MD5 hashed password to and disable old passwords | @@ -20,7 +20,7 @@ ## Basics | Mode | Command | Description | -| --- | --- | --- | +| :-: | --- | --- | | > | `enable` | Change to Privileged EXEC mode | | | `exit` | Exit current mode | | | `no ` | Disable a feature/function or reverse the action of |