From b3c559718ccb16baf79e5689d53827fb3fc9b905 Mon Sep 17 00:00:00 2001 From: Christian Hattemer Date: Fri, 20 Jan 2017 11:04:36 +0100 Subject: [PATCH] Hilfetext angepasst --- setup/lib/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/lib/cli.py b/setup/lib/cli.py index 873eba69..42cc7c94 100755 --- a/setup/lib/cli.py +++ b/setup/lib/cli.py @@ -9,7 +9,7 @@ from functions import DatenpolFunctions def main(): def _usage(): - print '\nVerwendung: dp.py [/]\n' + print '\nVerwendung: dp [/]\n' print 'Commands:\n' print ' create Neue Datenbank erstellen' print ' create_from_dump Neue Datenbank von Dump erstellen'