From d7b33ed8e253e5388edfe6db48f2e40822c7e586 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 7 Jan 2025 02:15:33 +0100 Subject: [PATCH] file(MAKE_DIRECTORY): Update synopsis signature This syncs the signature as it provides another optional option. --- Help/command/file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/file.rst b/Help/command/file.rst index 890bdf4740..9abe4cc2ca 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -37,7 +37,7 @@ Synopsis `Filesystem`_ file({`GLOB`_ | `GLOB_RECURSE`_} [...] ...) - file(`MAKE_DIRECTORY`_ ...) + file(`MAKE_DIRECTORY`_ ... [...]) file({`REMOVE`_ | `REMOVE_RECURSE`_ } ...) file(`RENAME`_ [...]) file(`COPY_FILE`_ [...])