From c3b5f328f746c9662aea76ef732cc3c8210ce8ee Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <guma44@gmail.com>
Date: Wed, 14 Mar 2018 09:35:59 +0100
Subject: [PATCH] fix: SCHWED-3097 Proper app run command

---
 singularity/Singularity.1.7.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/singularity/Singularity.1.7.1 b/singularity/Singularity.1.7.1
index 3c3df31aa..95c94175a 100644
--- a/singularity/Singularity.1.7.1
+++ b/singularity/Singularity.1.7.1
@@ -271,7 +271,7 @@ This container includes the following apps:
 
 To see the help for each individual app run:
 
-   $ singularity run --app APP
+   $ singularity run --app APP <IMAGE NAME>
 
 
 EOF
-- 
GitLab