diff --git a/src/bbstool.scm b/src/bbstool.scm index e77e2a2..25f9d81 100644 --- a/src/bbstool.scm +++ b/src/bbstool.scm @@ -82,6 +82,8 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. (*current-month* (string->month YYYY-MM))) (-tstyle (style) "Use given table style: debug, ascii, unicode" (*table-border-style* (string->symbol style))) + (-apikey (fname) "File with Fio API keys" + (*apikeys-file* fname)) "" "Query options:" (-mi (id) "Specify member by id" (-member-id- (string->number id)))