From: Joseph Sutton Date: Thu, 9 Nov 2023 00:17:24 +0000 (+1300) Subject: buildtools: Update docstring to be more accurate X-Git-Tag: talloc-2.4.2~421 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18d9873e5d7bdb331ff56b1cac3b697f07041525;p=thirdparty%2Fsamba.git buildtools: Update docstring to be more accurate Some more possibilities for output files have been introduced since commit e916aff9e1d44c3599c30b9ea32d03921f6403f4. Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py index a161a77bcb5..72997c8bf84 100644 --- a/buildtools/wafsamba/samba_pidl.py +++ b/buildtools/wafsamba/samba_pidl.py @@ -10,7 +10,7 @@ def SAMBA_PIDL(bld, pname, source, output_dir='.', generate_tables=True): '''Build a IDL file using pidl. - This will produce up to 13 output files depending on the options used''' + This will produce up to 17 output files depending on the options used''' bname = source[0:-4] # strip off the .idl suffix bname = os.path.basename(bname)