diff --git a/extra/gdbm/gdbm-docs.factor b/extra/gdbm/gdbm-docs.factor index 924fcb1ad2..7a00e214c3 100644 --- a/extra/gdbm/gdbm-docs.factor +++ b/extra/gdbm/gdbm-docs.factor @@ -92,7 +92,7 @@ HELP: gdbm-set-block-pool HELP: gdbm-set-cache-size { $values { "size" integer } } -{ $description "Sets the size of the internal bucket cache. The default value is 100." } ; +{ $description "Sets the size of the internal bucket cache. The default value is 100. This option may only be set once." } ; HELP: gdbm-set-sync-mode { $values { "?" boolean } }