projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
328dc5f
)
Kleine Aktualisierung der Dokumentation
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 9 Jul 2007 08:34:02 +0000
(08:34 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 9 Jul 2007 08:34:02 +0000
(08:34 +0000)
scripts/dbupgrade2_tool.pl
patch
|
blob
|
history
diff --git
a/scripts/dbupgrade2_tool.pl
b/scripts/dbupgrade2_tool.pl
index
8a90c7e
..
e62a9aa
100755
(executable)
--- 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;
}