From 2336029fee34c7adfba7271a6e54033e9168a5e2 Mon Sep 17 00:00:00 2001 From: Egor Kovetskiy Date: Mon, 22 Apr 2019 13:35:55 +0300 Subject: [PATCH] rename password to token --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 4fd6f21..03535f7 100644 --- a/main.go +++ b/main.go @@ -57,7 +57,7 @@ Also, optional following headers are supported: - plain: content will fill all page; Usage: - mark [options] [-u ] [-p ] [-k] [-l ] -f + mark [options] [-u ] [-p ] [-k] [-l ] -f mark [options] [-u ] [-p ] [-k] [-b ] -f mark [options] [-u ] [-p ] [-k] [-n] -c mark -v | --version @@ -65,7 +65,7 @@ Usage: Options: -u Use specified username for updating Confluence page. - -p Use specified password for updating Confluence page. + -p Use specified token for updating Confluence page. -l Edit specified Confluence page. If -l is not specified, file should contain metadata (see above).