Skip to content

Commit

Permalink
Merge pull request #87 from Kevin-Lee/bug/86/incorrect-color-in-help
Browse files Browse the repository at this point in the history
Close #86 - Fix incorrect color in sync --help
  • Loading branch information
kevin-lee authored Sep 4, 2021
2 parents 31bbdf9 + 6d6f10b commit 8790164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/scala/whatsub/WhatsubArgsParser.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ object WhatsubArgsParser {
def syncParse: Parse[SyncArgs.Sync] = flag[SyncArgs.Sync](
both('m', "sync"),
metavar("<sync>") |+| description(
s"""resync playtime (e.g. shift ${"1 h".blue}our ${"12 m".blue}inutes ${"3 s".blue}econds ${"100 m".blue}illiseconds forward: ${"+1h12m3s100".blue}""",
s"""resync playtime (e.g. shift ${"1 h".blue}our ${"12 m".blue}inutes ${"3 s".blue}econds ${"100".blue} milliseconds forward: ${"+1h12m3s100".blue}""",
),
)

Expand Down

0 comments on commit 8790164

Please sign in to comment.