Просмотр исходного кода

Fix mention of pygments (should be rich)

Jelmer Vernooij 5 месяцев назад
Родитель
Сommit
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