From 9f5eda74f58005ea38014d84ab6e710baa715a22 Mon Sep 17 00:00:00 2001 From: Joel Bryant Date: Sun, 31 Mar 2019 14:18:14 -0400 Subject: [PATCH] Update index.md (#28674) --- guide/english/bash/bash-touch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-touch/index.md b/guide/english/bash/bash-touch/index.md index 4cc35ad014..20b444737e 100644 --- a/guide/english/bash/bash-touch/index.md +++ b/guide/english/bash/bash-touch/index.md @@ -21,7 +21,7 @@ Commonly used options: - `-r` use timestamp from first file to second file. - `-a` In case you want to only change the access time, use the -a command line option. - `-m` Similarly, if the requirement is to only change the modification time, use the -m command line option. - +- `-h` Is useful if you only want to change the symbolic link, instead of the referenced file. ### Example ```