From 66b339682ee0eecce6404dd9cae76d0c72c5b22c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 4 Jul 2022 20:32:21 -0500 Subject: [PATCH] Update: The fake program documentation about piped data. --- documentation/fake.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/documentation/fake.html b/documentation/fake.html index 3ed5e60..5b34ace 100644 --- a/documentation/fake.html +++ b/documentation/fake.html @@ -321,6 +321,12 @@

For example, with '--fakefile my_fakefile' the fakefile at './data/build/my_fakefile' would be used, however with '--fakefile ./my_fakefile' the fakefile at './my_fakefile' would be used.

+

+ When piping data to this program, the piped data is treated as a fakefile. +

+

+ Only the make operation is supported when using piped data. +

-- 1.8.3.1