diff options
-rw-r--r-- | llvm/docs/CommandLine.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 7c804d42c35..a7db630d17d 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/docs/CommandLine.rst @@ -1277,7 +1277,7 @@ Top-Level Classes and Functions ------------------------------- Despite all of the built-in flexibility, the CommandLine option library really -only consists of one function `cl::ParseCommandLineOptions`_) and three main +only consists of one function `cl::ParseCommandLineOptions`_ and three main classes: `cl::opt`_, `cl::list`_, and `cl::alias`_. This section describes these three classes in detail. |