diff options
Diffstat (limited to 'Help/command/else.rst')
-rw-r--r-- | Help/command/else.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/else.rst b/Help/command/else.rst index 0e5a198..a98fcd8 100644 --- a/Help/command/else.rst +++ b/Help/command/else.rst @@ -3,8 +3,8 @@ else Starts the else portion of an if block. -:: +.. code-block:: cmake - else(expression) + else([<condition>]) See the :command:`if` command. |