mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
build: amend typo for address sanitizer help
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
5ca9a4ebe5
commit
63609eba99
@ -118,7 +118,7 @@ def set_options(opt):
|
||||
help=("mark version with + if local git changes"),
|
||||
action='store_true', dest='GIT_LOCAL_CHANGES', default=False)
|
||||
gr.add_option('--address-sanitizer',
|
||||
help=("Enable address sanitizer compile and liker flags"),
|
||||
help=("Enable address sanitizer compile and linker flags"),
|
||||
action="store_true", dest='address_sanitizer', default=False)
|
||||
|
||||
gr.add_option('--abi-check',
|
||||
|
Loading…
Reference in New Issue
Block a user