From c8762f650aa5f890950327e2206c2e6a9be67fec Mon Sep 17 00:00:00 2001 From: Austin Bozowski Date: Thu, 2 Jun 2022 01:10:31 +0000 Subject: [PATCH] docstring --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 075153245d8415..7378d2f471cdae 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -129,8 +129,8 @@ def generate_device_manifest( """Produces dictionary containing md5 of device dir zap files. Args: - include_zap_submod: Include ZAP commit in manifest write_manifest_file: Serialize manifest in file and tree + zap_check_master: deprecated - check master instead of HEAD for zap Returns: Dict containing MD5 of device dir zap files. """