From 1585a632e023aab713302ff6ea671b75875830a5 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sun, 21 Nov 2021 11:30:47 +0100 Subject: [PATCH] removed "create CE image" command from "usage" output --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1d99a74d..27d40168 100644 --- a/src/main.c +++ b/src/main.c @@ -7644,7 +7644,6 @@ static void print_usage(void) " \"convert LEVELDIR [NR]\" convert levels in LEVELDIR\n" " \"create sketch images DIRECTORY\" write BMP images to DIRECTORY\n" " \"create collect image DIRECTORY\" write BMP image to DIRECTORY\n" - " \"create CE image DIRECTORY\" write BMP image to DIRECTORY\n" "\n", program.command_basename); } -- 2.34.1