diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-11-27 11:40:49 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-11-29 14:08:26 +0100 |
commit | 9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc (patch) | |
tree | a2afd07ced2da313c5cdc6183bb1ea7e832d9a7e /bin/symbolstore.py | |
parent | a55d15e27f4290b9aaf5597161b2b3c5200d3f85 (diff) |
Rename Mac OS X to official name macOS in comments and documentation
Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95
Reviewed-on: https://gerrit.libreoffice.org/64102
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'bin/symbolstore.py')
-rwxr-xr-x | bin/symbolstore.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/symbolstore.py b/bin/symbolstore.py index e81c529259bd..7ddd8d2ac234 100755 --- a/bin/symbolstore.py +++ b/bin/symbolstore.py @@ -50,7 +50,7 @@ # -c : Copy debug info files to the same directory structure # as sym files # -a "<archs>" : Run dump_syms -a <arch> for each space separated -# cpu architecture in <archs> (only on OS X) +# cpu architecture in <archs> (only on macOS) # -s <srcdir> : Use <srcdir> as the top source directory to # generate relative filenames. @@ -606,7 +606,7 @@ def main(): help="Copy debug info files into the same directory structure as symbol files") parser.add_option("-a", "--archs", action="store", dest="archs", - help="Run dump_syms -a <arch> for each space separated cpu architecture in ARCHS (only on OS X)") + help="Run dump_syms -a <arch> for each space separated cpu architecture in ARCHS (only on macOS)") parser.add_option("-s", "--srcdir", action="store", dest="srcdir", help="Use SRCDIR to determine relative paths to source files") |