projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04dbfef
)
Print usage in error message
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Nov 2010 17:40:27 +0000
(11:40 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 2 Nov 2010 18:04:39 +0000
(12:04 -0600)
horde/bin/db_migrate
patch
|
blob
|
history
diff --git
a/horde/bin/db_migrate
b/horde/bin/db_migrate
index
74e9ad8
..
52bf86f
100755
(executable)
--- a/
horde/bin/db_migrate
+++ b/
horde/bin/db_migrate
@@
-23,7
+23,7
@@
Horde_Registry::appInit('horde', array(
array_shift($_SERVER['argv']);
$args = $_SERVER['argv'];
if (empty($args[0])) {
- $cli->fatal(
"An application argument is required"
);
+ $cli->fatal(
'Usage: db_migrate application [up | down | version]'
);
}
$app = $args[0];