Skip to content

Commit

Permalink
Merge pull request #457 from davharris/ls
Browse files Browse the repository at this point in the history
Error message fix for ls
  • Loading branch information
ethanwhite committed Apr 19, 2016
2 parents f5bb361 + ae5c7db commit 530d86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
print "Done!"
else:
print "The dataset {} isn't currently available in the Retriever".format(args.dataset)
print "Run 'retriever -ls to see a list of currently available datasets"
print "Run 'retriever ls to see a list of currently available datasets"

if __name__ == "__main__":
main()

0 comments on commit 530d86c

Please sign in to comment.