summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 0caab5690ba5..13b00845bb36 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -306,7 +306,7 @@ if __name__ == "__main__":
parser = argparse.ArgumentParser("Help utilities for testing LibreOffice")
group = parser.add_mutually_exclusive_group()
group.add_argument("-v", "--verbose", help="increase output verbosity", action="store_true")
- #parser.add_argument("p", type=str, help="programm name")
+ #parser.add_argument("p", type=str, help="program name")
args = parser.parse_args()
if args.verbose:
verbose = True