Skip to content

Commit 1fd0644

Browse files
committed
docs
1 parent ea48b66 commit 1fd0644

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ Pre-built `.deb` packages are also added for each [release](https://github.com/B
3535
`BashMan` pulls all the data it needs to compile BASH completions and MAN pages straight from the specified `Cargo.toml` file. Once your manifest is set, all you need to do is run:
3636

3737
```bash
38+
# Generate the stuff for the thing:
3839
cargo bashman [-m/--manifest-path] /path/to/Cargo.toml
40+
41+
# You can also pull up help via:
42+
cargo bashman [-h/--help]
3943
```
4044

4145

0 commit comments

Comments
 (0)