--- a/hgext/largefiles/__init__.py Tue Oct 18 16:40:59 2011 -0500
+++ b/hgext/largefiles/__init__.py Tue Oct 18 20:06:23 2011 -0400
@@ -56,12 +56,12 @@
In repositories that already have largefiles in them, any new file
over 10MB will automatically be added as a largefile. To change this
-threshhold, set ``largefiles.size`` in your Mercurial config file to
-the minimum size in megabytes to track as a largefile, or use the
+threshold, set ``largefiles.minsize`` in your Mercurial config file
+to the minimum size in megabytes to track as a largefile, or use the
--lfsize option to the add command (also in megabytes)::
[largefiles]
- size = 2
+ minsize = 2
$ hg add --lfsize 2