projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba6936
)
skytools.AdminScript: fix typo
author
Marko Kreen
<markokr@gmail.com>
Mon, 14 Nov 2011 10:46:24 +0000
(12:46 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 14 Nov 2011 10:46:24 +0000
(12:46 +0200)
python/skytools/adminscript.py
patch
|
blob
|
blame
|
history
diff --git
a/python/skytools/adminscript.py
b/python/skytools/adminscript.py
index 9e03028d484a8126af6de3616f735cc7a701c16d..1fc420e58a6126b8de3bd311aaef134fb0ec67f0 100644
(file)
--- a/
python/skytools/adminscript.py
+++ b/
python/skytools/adminscript.py
@@
-12,7
+12,7
@@
__all__ = ['AdminScript']
class AdminScript(skytools.DBScript):
"""Contains common admin script tools.
- Second argument (first is .ini file) is take
s
as command
+ Second argument (first is .ini file) is take
n
as command
name. If class method 'cmd_' + arg exists, it is called,
otherwise error is given.
"""