Update ISSUE_TEMPLATE.md
therealkenc committed
Nov 24, 2017 at 22:30 UTC
34da8b8cebf3b67f77a9e4d875f420b69d9041ff
1 file changed
+1
-1
ISSUE_TEMPLATE.md
+1
-1
@@ -10,7 +10,7 @@ If you have a feature request, please post to [the UserVoice](https://wpdev.user
10
11
* What's wrong / what should be happening instead:
12
13
-* Strace of the failing command, if applicable: (If `some_command` is failing, then run `strace -ff some_command some_args 2> some_command.strace`, and link the output of `some_command.strace` in a [gist](https://gist.github.com/) here)
13
+* Strace of the failing command, if applicable: (If `some_command` is failing, then run `strace -o some_command.strace -f some_command some_args`, and link the contents of `some_command.strace` in a [gist](https://gist.github.com/) here)
14
15
16
See [our contributing instructions](https://github.com/Microsoft/BashOnWindows/blob/master/CONTRIBUTING.md) for assistance.