We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26443d8 commit f60b651Copy full SHA for f60b651
1 file changed
docs/recipes/running-with-sudo.md
@@ -66,7 +66,7 @@ so the variable is available in the example and be pasted into.
66
Something like this:
67
68
```shell
69
-$ PASS=johnpasswordhere byexample -l shell -capture-env-var PASS test/ds/doc-with-sudo.md # byexample: +skip
+$ PASS=johnpasswordhere byexample -l shell --capture-env-var PASS test/ds/doc-with-sudo.md # byexample: +skip
70
[PASS] Pass: 1 Fail: 0 Skip: 0
71
```
72
0 commit comments