summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxirt <code@oxirt.cc>2018-12-09 13:47:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-06-26 16:32:24 +0200
commit525bf9fab2e824389fbaae38d6f811e313ba3c13 (patch)
tree2ab73b6b839cf6b042cda1dcea0c0b9d2b4399af
parent7994a601406c70545194d1597b29e6cd7806a4f8 (diff)
downloadgitlab-ce-525bf9fab2e824389fbaae38d6f811e313ba3c13.tar.gz
Added command placeholder and warning message to `sudo` command
-rw-r--r--doc/gitlab-basics/command-line-commands.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index a6ee0428c77..19a9b6366ea 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -117,9 +117,11 @@ history
You will be asked for an administrator’s password.
```
-sudo
+sudo COMMAND
```
+>**Note:** Please be careful of the commands you run with `sudo`. Certain commands may cause damage to your data and system.
+
### Show which directory I am in
```