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`: