From: Kevin Day Date: Tue, 5 Jul 2022 01:32:21 +0000 (-0500) Subject: Update: The fake program documentation about piped data. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=66b339682ee0eecce6404dd9cae76d0c72c5b22c;p=kevux.org-website Update: The fake program documentation about piped data. --- 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. +