summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-13 15:44:22 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-09-05 12:41:48 +0900
commit6459891956329c083e671c3fc059ad7973c8f38e (patch)
tree4f2115113d57a94b0f3f6b459750e4f7c1abacc5
parent39d5966736ca23facf1d1693ad5a8279daa21a14 (diff)
downloadgitlab-ce-6459891956329c083e671c3fc059ad7973c8f38e.tar.gz
Update 3 support reference sheets
Update 3 references with small improvements
-rw-r--r--doc/administration/troubleshooting/linux_cheat_sheet.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/administration/troubleshooting/linux_cheat_sheet.md b/doc/administration/troubleshooting/linux_cheat_sheet.md
index d838bcd6061..6e53b823f94 100644
--- a/doc/administration/troubleshooting/linux_cheat_sheet.md
+++ b/doc/administration/troubleshooting/linux_cheat_sheet.md
@@ -298,9 +298,6 @@ whois <ip_address> | grep -i "orgname\|netname"
# Curl headers with redirect
curl --head --location https://example.com
-
-# Same command using shorthand
-curl -IL https://example.com
```
## Package Management