Skip to content

Commit 98e2d6c

Browse files
王康鹏王康鹏
王康鹏
authored and
王康鹏
committed
fix: fix typo
1 parent 3b64843 commit 98e2d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ $ cat --file
272272

273273
上面命令的原意是输出文件`-f``--file`的内容,但是会被 Bash 当作配置项解释。
274274

275-
这是就可以使用配置项参数终止符`--`,它的作用是告诉 Bash,在它后面的参数开头的`-``--`不是配置项,只能当作实体参数解释。
275+
这时就可以使用配置项参数终止符`--`,它的作用是告诉 Bash,在它后面的参数开头的`-``--`不是配置项,只能当作实体参数解释。
276276

277277
```bash
278278
$ cat -- -f

0 commit comments

Comments
 (0)