From 8f0ce781f05e6d8b3fc37bf5354cadb78f811fc5 Mon Sep 17 00:00:00 2001 From: Cedric TESNIERE Date: Sun, 1 Mar 2015 00:11:34 +0100 Subject: [PATCH] fix display of backticks code --- Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 8e76e61..367ca44 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -130,7 +130,7 @@ Systemd shortcut for systemctl command utility -------------------------------------- -- `sc-status NAME` - `show the status of the NAME process' +- `sc-status NAME` - `show the status of the NAME process` - `sc-show NAME` - `show the NAME systemd .service file` - `sc-start NAME` - `start the NAME process` - `sc-stop NAME` - `stop the NAME process`