Преглед изворни кода

Fix mention of pygments (should be rich)

Jelmer Vernooij пре 5 месеци
родитељ
комит
56c145e0cf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dulwich/cli.py

+ 1 - 1
dulwich/cli.py

@@ -631,7 +631,7 @@ class cmd_diff(Command):
             "--color",
             choices=["always", "never", "auto"],
             default="auto",
-            help="Use colored output (requires pygments)",
+            help="Use colored output (requires rich)",
         )
         parser.add_argument(
             "--", dest="separator", action="store_true", help=argparse.SUPPRESS