From 53d16da3f9cf8b1389d2c4c5c2d69294479acc98 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sat, 26 Jun 2021 16:48:17 +0200 Subject: [PATCH] minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c78fe62..b50e3f8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To initialize the submodules, run git submodule init ``` -To update all submodules, run +To update all submodules and print a list of those who received an update, run ```shell if stdout="$(git submodule update --remote)"; then