From cf2af7fcbda94df027c6dd7434134573dcfc45ee Mon Sep 17 00:00:00 2001 From: Antti Savolainen Date: Fri, 28 Mar 2025 19:58:17 +0200 Subject: [PATCH] stragglers --- pages/common/gemtopnm.md | 2 +- pages/common/thinkjettopbm.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/gemtopnm.md b/pages/common/gemtopnm.md index 9a27313ada..3e5892ff43 100644 --- a/pages/common/gemtopnm.md +++ b/pages/common/gemtopnm.md @@ -9,7 +9,7 @@ - Describe the contents of the specified GEM image: -`gemtopnm -d {{path/to/file.img}}` +`gemtopnm {{[-d|-debug]}} {{path/to/file.img}}` - Display version: diff --git a/pages/common/thinkjettopbm.md b/pages/common/thinkjettopbm.md index 656bc2203d..7513a667dc 100644 --- a/pages/common/thinkjettopbm.md +++ b/pages/common/thinkjettopbm.md @@ -9,4 +9,4 @@ - Print debug information to `stderr`: -`thinkjettopbm -d {{path/to/input}} > {{path/to/output.pbm}}` +`thinkjettopbm {{[-d|-debug]}} {{path/to/input}} > {{path/to/output.pbm}}`