From: Moritz Bunkus Date: Mon, 9 Jul 2007 08:34:02 +0000 (+0000) Subject: Kleine Aktualisierung der Dokumentation X-Git-Tag: release-2.4.3^2~28 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=487910f230c661b029337bcf806baa9574250cf1;p=kivitendo-erp.git Kleine Aktualisierung der Dokumentation --- diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index 8a90c7eb4..e62a9aaba 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -55,6 +55,8 @@ dbupgrade2_tool.pl [options] all database upgrades and their dependencies. If no file name is given then the output is written to 'db_dependencies.ps'. + --nodeps List all database upgrades that no other upgrade + depends on --apply=tag Applies the database upgrades 'tag' and all upgrades it depends on. If '--apply' is used then the option '--user' must be used as well. @@ -66,7 +68,10 @@ dbupgrade2_tool.pl [options] END_HELP ; + # Syntax-Highlighting-Fix für Emacs: ' + print $help_text; + exit 0; }