buildtools: Update docstring to be more accurate
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 9 Nov 2023 00:17:24 +0000 (13:17 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Some more possibilities for output files have been introduced since
commit e916aff9e1d44c3599c30b9ea32d03921f6403f4.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_pidl.py

index a161a77bcb53380b812d12d3d86c6b1303d5ff25..72997c8bf84859b0a47241a12ab669af82aad98e 100644 (file)
@@ -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)