From f2530047767f77ced1f30f36b3087d63035fa3cc Mon Sep 17 00:00:00 2001 From: Risen-phoenix Date: Tue, 7 Mar 2017 11:59:27 -0500 Subject: [PATCH 1/3] hangups: add page --- pages/common/hangups.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/hangups.md diff --git a/pages/common/hangups.md b/pages/common/hangups.md new file mode 100644 index 000000000..91ec665bd --- /dev/null +++ b/pages/common/hangups.md @@ -0,0 +1,15 @@ +# hangups + +> Third party client for Google Hangouts. + +- Start hangups: + +`hangups + +- View troubeshooting information: + +`hangups -h + +- Set a refresh token for hangups: + +`hangups --token-path {{/path/to/token}} From 24b014d3e99362e025694a123070784a8c9c720d Mon Sep 17 00:00:00 2001 From: Risen-phoenix Date: Tue, 7 Mar 2017 12:01:53 -0500 Subject: [PATCH 2/3] Update hangups.md --- pages/common/hangups.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/hangups.md b/pages/common/hangups.md index 91ec665bd..385cb1e0d 100644 --- a/pages/common/hangups.md +++ b/pages/common/hangups.md @@ -4,12 +4,12 @@ - Start hangups: -`hangups +`hangups` - View troubeshooting information: -`hangups -h +`hangups -h` - Set a refresh token for hangups: -`hangups --token-path {{/path/to/token}} +`hangups --token-path {{/path/to/token}}` From e8623030f142e6909477b4f76e5e313331967543 Mon Sep 17 00:00:00 2001 From: Risen-phoenix Date: Wed, 8 Mar 2017 11:21:17 -0500 Subject: [PATCH 3/3] Update hangups.md --- pages/common/hangups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/hangups.md b/pages/common/hangups.md index 385cb1e0d..fcbaf9c16 100644 --- a/pages/common/hangups.md +++ b/pages/common/hangups.md @@ -1,12 +1,12 @@ # hangups -> Third party client for Google Hangouts. +> Third party command line client for Google Hangouts. - Start hangups: `hangups` -- View troubeshooting information: +- View troubeshooting information and help: `hangups -h`