Fix exit example in help text

This commit is contained in:
Chris Wanstrath 2026-03-09 21:53:50 -07:00
parent 2bd8b21e7f
commit 2aaf74e581

View File

@ -70,7 +70,7 @@ $ cat nonexistent
cat: nonexistent: ... cat: nonexistent: ...
[1] [1]
$ exit 0 $ true
[0]`) [0]`)
process.exit(0) process.exit(0)
} }