Renamed the option

This commit is contained in:
Ionică Bizău 2016-10-26 14:05:21 +03:00
parent ad464893a1
commit ccbc1e0efd

View file

@ -54,7 +54,7 @@ new Tilda(`${__dirname}/../package.json`, {
, 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."
}
, {