Skip to content

Commit 93772fb

Browse files
committed
Docs: improve the information about the user name
1 parent c9b6298 commit 93772fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ To use GoogleTaskExport, you'll have to register an application with Google and
2323
Use the following shell command:
2424

2525
```console
26-
$ dotnet run --project GoogleTaskExport -- [json|print] <username> <path to the JSON credential file>
26+
$ dotnet run --project GoogleTaskExport -- [json|print] <userName> <path to the JSON credential file>
2727
```
2828

29+
Here, `<userName>` is the user email, e.g. `example@gmail.com`.
30+
2931
This command will fetch all the stored Google Tasks (including the completed ones, but omitting the deleted ones) and output them in the specified format.
3032

3133
Note that on the first run, it will open a browser window to ask you to grant the application access to your Google Tasks data.

0 commit comments

Comments
 (0)