Make man page manual name title case (#623)

This commit is contained in:
Casey Rodarmor 2020-04-08 12:54:54 -07:00 committed by GitHub
parent d04942073a
commit 875fb41e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ man:
cargo build --features help4help2man cargo build --features help4help2man
help2man \ help2man \
--name 'save and run commands' \ --name 'save and run commands' \
--manual 'JUST MANUAL' \ --manual 'Just Manual' \
--no-info \ --no-info \
target/debug/just \ target/debug/just \
> man/just.1 > man/just.1

View File

@ -13,7 +13,6 @@ newline_style = "Unix"
normalize_comments = true normalize_comments = true
overflow_delimited_expr = true overflow_delimited_expr = true
reorder_impl_items = true reorder_impl_items = true
required_version = "1.4.12"
struct_field_align_threshold = 20 struct_field_align_threshold = 20
tab_spaces = 2 tab_spaces = 2
unstable_features = true unstable_features = true