diff options
| -rw-r--r-- | doc/google-calendar-rsvp.1 | 16 | ||||
| -rw-r--r-- | doc/google-calendar-rsvp.1.txt | 14 | 
2 files changed, 20 insertions, 10 deletions
| diff --git a/doc/google-calendar-rsvp.1 b/doc/google-calendar-rsvp.1 index 0155b70..8b7369a 100644 --- a/doc/google-calendar-rsvp.1 +++ b/doc/google-calendar-rsvp.1 @@ -75,7 +75,7 @@ The OAuth client ID should be downloaded as a JSON file to:  .RS 4  .\}  .nf -$HOME/\&.local/share/google\-calendar\-rsvp/oauth\-secret\&.json +$XDG_DATA_HOME/google\-calendar\-rsvp/oauth\-secret\&.json  .fi  .if n \{\  .RE @@ -119,7 +119,13 @@ Print usage help\&.  Print the program version\&.  .RE  .SH "FILES" -.sp -TODO -.sp -$HOME/\&.local/share/google\-calendar\-rsvp/token\&.json $HOME/\&.local/share/google\-calendar\-rsvp/oauth\-secret\&.json +.PP +$XDG_DATA_HOME/google\-calendar\-rsvp/oauth\-secret\&.json +.RS 4 +Google OAuth 2 client secret file\&. This file can be downloded from the Google Developer console\&. You must create this file manually before being able to use the program\&. +.RE +.PP +$XDG_DATA_HOME/google\-calendar\-rsvp/token\&.json +.RS 4 +The Google authentication refresh token, created automatically by the program\&. +.RE diff --git a/doc/google-calendar-rsvp.1.txt b/doc/google-calendar-rsvp.1.txt index 117207c..f15ed11 100644 --- a/doc/google-calendar-rsvp.1.txt +++ b/doc/google-calendar-rsvp.1.txt @@ -42,7 +42,7 @@ client ID. The Google project must enable the Google Calendar API.  The OAuth client ID should be downloaded as a JSON file to: -	$HOME/.local/share/google-calendar-rsvp/oauth-secret.json +	$XDG_DATA_HOME/google-calendar-rsvp/oauth-secret.json  On the first run of the program, you will be asked to visit a Google URL to  create a token and authorise scopes for the Google Calendar API. At this @@ -76,7 +76,11 @@ OPTIONS  FILES  ----- -TODO - -$HOME/.local/share/google-calendar-rsvp/token.json -$HOME/.local/share/google-calendar-rsvp/oauth-secret.json +$XDG_DATA_HOME/google-calendar-rsvp/oauth-secret.json:: +	Google OAuth 2 client secret file. This file can be downloded from the +	Google Developer console. You must create this file manually before being +	able to use the program. + +$XDG_DATA_HOME/google-calendar-rsvp/token.json:: +	The Google authentication refresh token, created automatically by the +	program. | 
