From 5510ec2227b093cd6debc83008a5f91bb5260add Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 16 Jul 2022 22:36:45 -0500 Subject: [PATCH] Cleanup: Documentation in regards to the newly added +E/++Error and the changes from +q to +Q. --- level_3/controller/documents/rule.txt | 6 +++++- level_3/fake/documents/fakefile.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/level_3/controller/documents/rule.txt b/level_3/controller/documents/rule.txt index 8c8ea1a..58d2d3e 100644 --- a/level_3/controller/documents/rule.txt +++ b/level_3/controller/documents/rule.txt @@ -171,7 +171,11 @@ Rule Documentation: This supports ":option". - quiet\: - This variable holds the "quiet" program parameters, such as "+q". + This variable holds the "quiet" program parameters, such as "+Q". + This supports ":option". + + - error\: + This variable holds the "error" program parameters, such as "+E". This supports ":option". - normal\: diff --git a/level_3/fake/documents/fakefile.txt b/level_3/fake/documents/fakefile.txt index b10ee07..df94521 100644 --- a/level_3/fake/documents/fakefile.txt +++ b/level_3/fake/documents/fakefile.txt @@ -320,7 +320,7 @@ Fakefile Documentation: - process: Associated with -p/--process parameter. - settings: Associated with -s/--settings parameter. - sources: Associated with -S/--sources parameter. - - verbosity: Associated with +q/++quiet, +N/++normal, +V/++verbose, and +D/++debug parameters. + - verbosity: Associated with +Q/++quiet, +E/++error, +N/++normal, +V/++verbose, and +D/++debug parameters. - work: Associated with -w/--work parameter. - succeed\: -- 1.8.3.1