@@ -13,7 +13,7 @@ Options:
1313
1414 For example:
1515
16- '--ascii-input "$(fortune | cowsay -W 25)'
16+ '--ascii-input "$(fortune | cowsay -W 25)" '
1717
1818 -a, --ascii-language <LANGUAGE>
1919 Which LANGUAGE's ascii art to print
@@ -47,13 +47,21 @@ Options:
4747 --no-color-palette
4848 Hides the color palette
4949
50- -n, --number-of-authors <NUM>
51- NUM of authors to be shown
50+ --no-title
51+ Hides the title
52+
53+ --number-of-authors <NUM>
54+ Maximum NUM of authors to be shown
5255
5356 [default: 3]
5457
58+ --number-of-languages <NUM>
59+ Maximum NUM of languages to be shown
60+
61+ [default: 6]
62+
5563 -e, --exclude <EXCLUDE>...
56- gnore all files & directories matching EXCLUDE
64+ Ignore all files & directories matching EXCLUDE
5765
5866 --no-bots [<REGEX>]
5967 Exclude [bot] commits. Use <REGEX> to override the default pattern
@@ -97,6 +105,12 @@ Options:
97105 -z, --iso-time
98106 Use ISO 8601 formatted timestamps
99107
108+ --number-separator <SEPARATOR>
109+ Which thousands SEPARATOR to use
110+
111+ [default: plain]
112+ [possible values: plain, comma, space, underscore]
113+
100114 -E, --email
101115 Show the email address of each author
102116
@@ -115,8 +129,8 @@ Options:
115129 [possible values: bash, elvish, fish, powershell, zsh]
116130
117131 -h, --help
118- Print help information (use `-h` for a summary)
132+ Print help (see a summary with '-h' )
119133
120134 -V, --version
121- Print version information
122- ```
135+ Print version
136+ ```
0 commit comments