From f95011327a3a18c4d7fa76f45a80a43de7a8f217 Mon Sep 17 00:00:00 2001
From: Kevin Day <Kevin@kevux.org>
Date: Sun, 28 Jul 2024 20:39:18 -0500
Subject: [PATCH] Cleanup: Improve fakefile help using the bracketed IKI
 syntax.

---
 data/build/fakefile             | 2 +-
 data/build/stand_alone/fakefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/build/fakefile b/data/build/fakefile
index 1018e1a..86d90b7 100644
--- a/data/build/fakefile
+++ b/data/build/fakefile
@@ -48,4 +48,4 @@ help:
   print "  - context:'notable'main_init:context:'reset'           Compilation using the build settings mode for the init program."
 
   print
-  print The context:'notable'install context:'reset'operation supports the context:'notable'work,context:'reset' context:'notable'verbosity,context:'reset' and context:'notable'color context:'reset'parameters.
+  print The context:'notable'install[context]:'reset' operation supports the context:'notable'work[context]:'reset', context:'notable'verbosity[context]:'reset', and context:'notable'color[context]:'reset' parameters.
diff --git a/data/build/stand_alone/fakefile b/data/build/stand_alone/fakefile
index a77cc9e..19000ad 100644
--- a/data/build/stand_alone/fakefile
+++ b/data/build/stand_alone/fakefile
@@ -56,4 +56,4 @@ help:
   print "  - context:'notable'main_init:context:'reset'          Compilation using the build settings mode for the init program."
 
   print
-  print The context:'notable'install context:'reset'operation supports the context:'notable'work,context:'reset' context:'notable'verbosity,context:'reset' and context:'notable'color context:'reset'parameters.
+  print The context:'notable'install[context]:'reset' operation supports the context:'notable'work[context]:'reset', context:'notable'verbosity[context]:'reset', and context:'notable'color[context]:'reset' parameters.
-- 
1.8.3.1