From: Holger Schemel Date: Sun, 21 Nov 2021 10:30:47 +0000 (+0100) Subject: removed "create CE image" command from "usage" output X-Git-Tag: 4.3.1.0~22 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=1585a632e023aab713302ff6ea671b75875830a5 removed "create CE image" command from "usage" output --- 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); }