From 67ba8bae2cd5dd5a820568bd233ff7ee10406cb7 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Thu, 1 Oct 2020 07:39:02 -0500 Subject: [PATCH] Calling out that the argument can be used multiple times --- mo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mo b/mo index 88b7ec6..ba8e48d 100755 --- a/mo +++ b/mo @@ -25,6 +25,7 @@ #/ This message. #/ -s=FILE, --source=FILE #/ Load FILE into the environment before processing templates. +#/ Can be used multiple times. # # Mo is under a MIT style licence with an additional non-advertising clause. # See LICENSE.md for the full text. @@ -71,6 +72,7 @@ # -s=FILE, --source=FILE # # Source a file into the environment before processing template files. +# This can be used multiple times. # # -- #