summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex.boterolowry <alex.boterolowry@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-11-13 23:40:00 +0000
committeralex.boterolowry <alex.boterolowry@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-11-13 23:40:00 +0000
commit366902ef854b68a1ba4ad13efd6f92d0327a96aa (patch)
treeb9378984ee328b743bfbe007ee537202ccacd832
parent54363e9636394464bbdaa54934f333b5239ed9bc (diff)
error message
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@230 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
-rwxr-xr-xfreebase/fcl/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebase/fcl/commands.py b/freebase/fcl/commands.py
index decc3cc..fa0b5ea 100755
--- a/freebase/fcl/commands.py
+++ b/freebase/fcl/commands.py
@@ -307,6 +307,8 @@ def cmd_shell(fb):
cmd = args.pop(0)
if cmd in fb.commands:
fb.dispatch(fb.commands[cmd], args, {});
+ else:
+ print >>sys.stderr, "No such command: "+cmd
def cmd_get(fb, id, localfile=None, include_headers=False):
"""download a file from freebase