]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Fix the documentation that erroneously says you can use short versions
authorDerek Mauro <dmauro@google.com>
Tue, 9 Jul 2024 19:58:46 +0000 (12:58 -0700)
committerCopybara-Service <copybara-worker@google.com>
Tue, 9 Jul 2024 19:59:38 +0000 (12:59 -0700)
of help flags

Fixes #4564

PiperOrigin-RevId: 650730047
Change-Id: I3a52aca490338066c607e34ab20c827bfde5090d

docs/advanced.md

index 2ecce63f56fe9a2886db6935cd4bd21cd1127ece..240588a83b4eb72c0c2187191950cb14631cccb1 100644 (file)
@@ -1814,7 +1814,7 @@ and/or command line flags. For the flags to work, your programs must call
 `::testing::InitGoogleTest()` before calling `RUN_ALL_TESTS()`.
 
 To see a list of supported flags and their usage, please run your test program
-with the `--help` flag. You can also use `-h`, `-?`, or `/?` for short.
+with the `--help` flag.
 
 If an option is specified both by an environment variable and by a flag, the
 latter takes precedence.