From 8f166f4fa48878340dd5de4393d415ad5893611a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:05:15 +0200 Subject: [PATCH] Update ppmntsc.md --- pages/common/ppmntsc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ppmntsc.md b/pages/common/ppmntsc.md index 134235624d..f835d72a1b 100644 --- a/pages/common/ppmntsc.md +++ b/pages/common/ppmntsc.md @@ -9,7 +9,7 @@ - Make the RGB colors in a PPM image compatible with PAL color systems: -`ppmntsc {{[--p|--pal]}} {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}` +`ppmntsc --pal {{path/to/input_file.ppm}} > {{path/to/output_file.ppm}}` - Print the number of illegal pixels in the input image to `stderr`: