diff options
| author | makkalot <makkalot@gmail.com> | 2008-08-11 08:00:02 +0300 |
|---|---|---|
| committer | makkalot <makkalot@gmail.com> | 2008-08-11 08:00:02 +0300 |
| commit | bee52fb5d415ef802df8d5d07ec12235d9b2f057 (patch) | |
| tree | 886582e2cd830e91dacbcd1ad25912ff415b42e5 /func | |
| parent | e9e9546170f0f2a05e82414c4268e49ac89bbe32 (diff) | |
a typo here hmm
Diffstat (limited to 'func')
| -rw-r--r-- | func/minion/modules/mount.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/mount.py b/func/minion/modules/mount.py index 741a214..ee8f3f2 100644 --- a/func/minion/modules/mount.py +++ b/func/minion/modules/mount.py @@ -90,7 +90,7 @@ class MountModule(func_module.FuncModule): """ return{ - 'list':{'args':{} + 'list':{'args':{}, 'description':"Listing the mounting points" }, 'mount':{ |
