X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fdatabase.c;fp=bindings%2Fruby%2Fdatabase.c;h=fae5af28c24c1d0c5d5db6231fbd73a4b989b470;hp=44ee6817df4a6ea6d0774c1a06c17131433fee85;hb=8312e7efeabd5883fe84ef9d38b316ecaa5b4793;hpb=06bf04500ba282052d38adf428219968ae62bb54 diff --git a/bindings/ruby/database.c b/bindings/ruby/database.c index 44ee6817..fae5af28 100644 --- a/bindings/ruby/database.c +++ b/bindings/ruby/database.c @@ -156,7 +156,7 @@ notmuch_rb_upgrade_notify(void *closure, double progress) } /* - * call-seq: DB.upgrade [{|progress| block }] => nil + * call-seq: DB.upgrade! [{|progress| block }] => nil * * Upgrade the database. *