Change package manager request signature

This commit is contained in:
Thomas Hobson 2021-05-08 12:41:41 +12:00
parent b3be57e0b4
commit 543cb11e69
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
4 changed files with 13 additions and 7 deletions

View file

@ -16,7 +16,7 @@ const options = [
},
{
key: 'bind_address',
desc: 'Address to bind REST API on\nThank @Bones for the number',
desc: 'Address to bind REST API on',
default: '0.0.0.0:2000',
validators: [],
},