Make man page manual name title case (#623)
This commit is contained in:
parent
d04942073a
commit
875fb41e40
2
justfile
2
justfile
@ -47,7 +47,7 @@ man:
|
||||
cargo build --features help4help2man
|
||||
help2man \
|
||||
--name 'save and run commands' \
|
||||
--manual 'JUST MANUAL' \
|
||||
--manual 'Just Manual' \
|
||||
--no-info \
|
||||
target/debug/just \
|
||||
> man/just.1
|
||||
|
@ -13,7 +13,6 @@ newline_style = "Unix"
|
||||
normalize_comments = true
|
||||
overflow_delimited_expr = true
|
||||
reorder_impl_items = true
|
||||
required_version = "1.4.12"
|
||||
struct_field_align_threshold = 20
|
||||
tab_spaces = 2
|
||||
unstable_features = true
|
||||
|
Loading…
Reference in New Issue
Block a user