diff options
Diffstat (limited to 'freebase/fcl')
| -rw-r--r-- | freebase/fcl/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/fcl/schema.py b/freebase/fcl/schema.py index e10e72a..47eb1fa 100644 --- a/freebase/fcl/schema.py +++ b/freebase/fcl/schema.py @@ -28,7 +28,7 @@ def cmd_dump_type(fb, baseid, follow_types=True): """ print >> sys.stdout, json.dumps(dump_type(fb.mss, typeid, follow_types), indent=2) -def cmd_restore(fb, newlocation=None, graphfile=None): +def cmd_restore(fb, newlocation, graphfile): """restore a graph object to the graph %prog restore newlocation graphfile |
