diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2022-08-29 16:15:23 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2022-08-29 16:15:23 +0900 |
| commit | 11ad45a66e6f088d315f8f1e2b1f6ce325f71dac (patch) | |
| tree | ff40b49792338a442a7d5b4b46a13698503ca8b3 /src/_node | |
| parent | Merge pull request #887 from zsh-users/node-update (diff) | |
| download | zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar.gz zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar.bz2 zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar.lz zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar.xz zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.tar.zst zsh-completions-11ad45a66e6f088d315f8f1e2b1f6ce325f71dac.zip | |
Fix node completion typo
Diffstat (limited to 'src/_node')
| -rw-r--r-- | src/_node | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ _arguments -C \ '-[script read from stdin (default; interactive mode if a tty)]' \ '--[indicate the end of node options]' \ '--abort-on-uncaught-exception[aborting instead of exiting causes a core file to be generated for analysis]' \ - '--build-snapshot[enerate a snapshot blob when the process exits]' \ + '--build-snapshot[generate a snapshot blob when the process exits]' \ '--completion-bash[print source-able bash completion script]' \ '--cpu-prof[Start the V8 CPU profiler on start up]' \ '--cpu-prof-dir=[directory where the V8 profiles generated by --cpu-prof]: :_files -/' \ |
