From 31caf33a15d5cf9da07933c96e21f18a3e8f6f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Mon, 24 May 2021 15:27:23 +0200 Subject: [PATCH] Kernel 0.94++ --- BIN/ACC.S.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BIN/ACC.S.txt b/BIN/ACC.S.txt index fe2e39d9..6d12c3e5 100644 --- a/BIN/ACC.S.txt +++ b/BIN/ACC.S.txt @@ -217,8 +217,8 @@ CS.RUN.SetSlowMode CS.END *-------------------------------------- MSG.USAGE .AS "Usage : ACC\r\n" - .AS " -F : Fast speed\r\n" - .AZ " -S : Slow speed\r\n" + .AS " -F : Fast speed\r\n" + .AZ " -S : Slow speed\r\n" MSG.MSG.FAST .AZ "FAST mode enabled\r\n" MSG.MSG.SLOW .AZ "SLOW mode enabled\r\n" *--------------------------------------