diff options
| author | nix@nixweb.com <nix@nixweb.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-08-18 00:59:17 +0000 |
|---|---|---|
| committer | nix@nixweb.com <nix@nixweb.com@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-08-18 00:59:17 +0000 |
| commit | a601573915db159ee27a70446600f59b6de9cdbe (patch) | |
| tree | 61383f0d0edfb6d5a5a80ada4524d526e849e22e /freebase/fcl/cmdutil.py | |
| parent | c5fbf7e5494b9c1260ae83acc2cf3164dc6972ba (diff) | |
make "fcl ls -lrt" work
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@211 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/fcl/cmdutil.py')
| -rw-r--r-- | freebase/fcl/cmdutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/fcl/cmdutil.py b/freebase/fcl/cmdutil.py index 4b6f0dc..f2db878 100644 --- a/freebase/fcl/cmdutil.py +++ b/freebase/fcl/cmdutil.py @@ -42,7 +42,7 @@ class CmdException(Exception): # decorator for adding subcommand option parsers def option(argname, *args, **kws): - kws['dest'] = 'long' + kws['dest'] = argname def decorate(f): oparser = getattr(f, 'oparser', None) if oparser is None: |
