forked from cory/tildefriends
bot: Some fixes to get SecureScuttlebuttFeed running.
This commit is contained in:
@ -346,8 +346,8 @@ static int _tf_command_publish(const char* file, int argc, char* argv[])
|
||||
{
|
||||
tf_printf("\n%s publish [options]\n\n", file);
|
||||
tf_printf("options:\n");
|
||||
tf_printf(" -y, --user user User owning identity with which to publish.\n");
|
||||
tf_printf(" -i, --identity identity Identity with which to publish message.\n");
|
||||
tf_printf(" -u, --user user User owning identity with which to publish.\n");
|
||||
tf_printf(" -i, --id identity Identity with which to publish message.\n");
|
||||
tf_printf(" -d, --db-path db_path SQLite database path (default: %s).\n", k_db_path_default);
|
||||
tf_printf(" -c, --content json JSON content of message to publish.\n");
|
||||
tf_printf(" -h, --help Show this usage information.\n");
|
||||
|
Reference in New Issue
Block a user