Skip to content

Commit 470f7c2

Browse files
committed
Prepare for 2.3 release: drop login/logout commands
1 parent 506a920 commit 470f7c2

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@ USAGE:
2222
auth-thu [options]
2323
auth-thu [options] auth [auth_options]
2424
auth-thu [options] deauth [auth_options]
25-
auth-thu [options] login
26-
auth-thu [options] logout
2725
auth-thu [options] online [online_options]
2826
2927
VERSION:
30-
2.2.1
28+
2.3
3129
3230
AUTHORS:
3331
Yuxiang Zhang <yuxiang.zhang@tuna.tsinghua.edu.cn>

cli/cli

0 Bytes
Binary file not shown.

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ func main() {
397397
auth-thu [options] logout
398398
auth-thu [options] online [online_options]`,
399399
Usage: "Authenticating utility for Tsinghua",
400-
Version: "2.2.1",
400+
Version: "2.3",
401401
HideHelp: true,
402402
Flags: []cli.Flag{
403403
&cli.StringFlag{Name: "username, u", Usage: "your TUNET account `name`"},

0 commit comments

Comments
 (0)