README.md: Fix about manpage generation

This commit is contained in:
E 2025-10-25 01:59:17 +09:00
parent 3b2cb6af32
commit 0772737f12

View file

@ -246,16 +246,16 @@ make COMPLETIONS=n MANPAGES=n install
### Manually install shell completions
The `coreutils` binary can generate completions for the `bash`, `elvish`,
`fish`, `powershell` and `zsh` shells. It prints the result to stdout.
The syntax is:
The `uudoc` binary generates completions for the `bash`, `elvish`,
`fish`, `powershell` and `zsh` shells to stdout.
Install `uudoc` by
```shell
# Install uudoc first
cargo install --bin uudoc --features uudoc --path .
```
# Then use the installed binary
Then use the installed binary:
```shell
uudoc completion <utility> <shell>
```
@ -276,10 +276,6 @@ env PROG_PREFIX=uu- uudoc completion cp zsh
To generate manpages, the syntax is:
```bash
# Install uudoc first
cargo install --bin uudoc --features uudoc --path .
# Then use the installed binary
uudoc manpage <utility>
```