From e4e0593ab79a422d5c454a972e4e195841f24835 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 28 Jul 2024 21:44:05 -0500 Subject: [PATCH] Cleanup: Improve fakefile help using the bracketed IKI syntax. --- data/build/remove/fakefile | 2 +- data/build/tacocat/fakefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/build/remove/fakefile b/data/build/remove/fakefile index 91aa5ad..fd166cb 100644 --- a/data/build/remove/fakefile +++ b/data/build/remove/fakefile @@ -24,4 +24,4 @@ help: print " - context:'notable'main:context:'reset' The default compilation using the build settings mode." 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/tacocat/fakefile b/data/build/tacocat/fakefile index 3dfca53..4813f0f 100644 --- a/data/build/tacocat/fakefile +++ b/data/build/tacocat/fakefile @@ -24,4 +24,4 @@ help: print " - context:'notable'main:context:'reset' The default compilation using the build settings mode." 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