We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565a33c commit ae5b638Copy full SHA for ae5b638
1 file changed
infer/man/man1/infer-full.txt
@@ -3687,12 +3687,12 @@ INTERNAL OPTIONS
3687
--tree-sitter-preprocessor-reset
3688
Cancel the effect of --tree-sitter-preprocessor.
3689
3690
- --unix-fork
3691
- Activates: Use the fork(2) system call to spawn sub-processes.
+ --no-unix-fork
+ Deactivates: Use the fork(2) system call to spawn sub-processes.
3692
Otherwise use the equivalent of fork(2) followed by exec(3) --
3693
which is usually slower, but is available on all OSes. Defaults to
3694
false on macOS and Windows where fork without exec is unsafe.
3695
- (Conversely: --no-unix-fork)
+ (Conversely: --unix-fork)
3696
3697
--version-vcs
3698
Print version control system commit and exit
0 commit comments