@bobfrankston/gcal 0.1.33 → 0.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,8 +18,7 @@ gcal [command] [options]
|
|
|
18
18
|
|
|
19
19
|
| Flag | Description |
|
|
20
20
|
|------|-------------|
|
|
21
|
-
| `-u`, `-user <email>` | Google account
|
|
22
|
-
| `-defaultUser <email>` | Set default user |
|
|
21
|
+
| `-u`, `-user <email>` | Set default Google account |
|
|
23
22
|
| `-c`, `-calendar <id>` | Calendar ID (default: primary) |
|
|
24
23
|
| `-n <count>` | Number of events to list |
|
|
25
24
|
| `-v`, `-verbose` | Show event IDs and links |
|