Skip to content

Commit 1c6cc95

Browse files
committed
docs(README): promote set -x over set -v for troubleshooting
1 parent c06b29c commit 1c6cc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ fi
7373

7474
If you find that a given function is producing errors or does not work
7575
as it should under certain circumstances when you attempt completion,
76-
try running `set -v` or `set -x` prior to attempting the completion
76+
try running `set -x` or `set -v` prior to attempting the completion
7777
again. This will produce useful debugging output that will aid us in
7878
fixing the problem if you are unable to do so yourself. Turn off the
79-
trace output by running either `set +v` or `set +x`.
79+
trace output by running either `set +x` or `set +v`.
8080

8181
To debug dynamic loading of a completion, tracing needs to be turned
8282
on before the debugged completion is attempted the first time. The

0 commit comments

Comments
 (0)