aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-06-11 13:27:41 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-11 14:48:11 +0000
commit6f60d2dbef1ada26b844602f96afb089a0aa7e25 (patch)
treeba435384abc8419d8df2a4bbc6e03e7d523ff9a4 /site
parent66de90d4c8793d7907c7502502d9250ede49bcbb (diff)
Fix cookbook: simple shell command documentation to match sample code.
-- MOS_MIGRATED_REVID=95732949
Diffstat (limited to 'site')
-rw-r--r--site/docs/skylark/cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/skylark/cookbook.md b/site/docs/skylark/cookbook.md
index a712671f9d..d9ae4af181 100644
--- a/site/docs/skylark/cookbook.md
+++ b/site/docs/skylark/cookbook.md
@@ -131,7 +131,7 @@ rule. No file is generated.
## <a name="shell"></a>Simple shell command
Example of a rule that runs a shell command on an input file specified by
-the user. The output has the same name as the input, with a `.txt` suffix.
+the user. The output has the same name as the rule, with a `.size` suffix.
While convenient, Shell commands should be used carefully. Generating the
command-line can lead to escaping and injection issues. It can also create