From: Kevin Day Date: Mon, 29 Jul 2024 01:39:18 +0000 (-0500) Subject: Cleanup: Improve fakefile help using the bracketed IKI syntax. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=f95011327a3a18c4d7fa76f45a80a43de7a8f217;p=controller Cleanup: Improve fakefile help using the bracketed IKI syntax. --- 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.