mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Renamed the option
This commit is contained in:
parent
ad464893a1
commit
ccbc1e0efd
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ new Tilda(`${__dirname}/../package.json`, {
|
||||||
, desc: "Shows a pie chart with the author related contributions in the current repository."
|
, desc: "Shows a pie chart with the author related contributions in the current repository."
|
||||||
}
|
}
|
||||||
, {
|
, {
|
||||||
opts: ["n", "no-ansi"]
|
opts: ["n", "disable-ansi"]
|
||||||
, desc: "Forces the tool not to use ANSI styles."
|
, desc: "Forces the tool not to use ANSI styles."
|
||||||
}
|
}
|
||||||
, {
|
, {
|
||||||
|
|
Loading…
Reference in a new issue