Skip to content

Commit f1ea33a

Browse files
committed
document -to option in usage string
1 parent 67da119 commit f1ea33a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

github-backup.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ DESCRIPTION
3030
OPTIONS
3131
-token TOKEN
3232
use TOKEN for the token instead of the value in the token cache file.
33+
3334
-cache FILE
3435
if given a token (-token TOKEN), write its value into FILE. When -token is not used, read the token to use from FILE.
36+
37+
-to DIR
38+
use DIR as the base directory for backups. Defaults to the current directory.
3539
`
3640

3741
flag.Parse()

0 commit comments

Comments
 (0)