Revision 487910f2
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
scripts/dbupgrade2_tool.pl | ||
---|---|---|
55 | 55 |
all database upgrades and their dependencies. |
56 | 56 |
If no file name is given then the output is |
57 | 57 |
written to 'db_dependencies.ps'. |
58 |
--nodeps List all database upgrades that no other upgrade |
|
59 |
depends on |
|
58 | 60 |
--apply=tag Applies the database upgrades 'tag' and all |
59 | 61 |
upgrades it depends on. If '--apply' is used |
60 | 62 |
then the option '--user' must be used as well. |
... | ... | |
66 | 68 |
END_HELP |
67 | 69 |
; |
68 | 70 |
|
71 |
# Syntax-Highlighting-Fix f?r Emacs: ' |
|
72 |
|
|
69 | 73 |
print $help_text; |
74 |
|
|
70 | 75 |
exit 0; |
71 | 76 |
} |
72 | 77 |
|
Auch abrufbar als: Unified diff
Kleine Aktualisierung der Dokumentation