-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1266bf7
commit 007789f
Showing
2 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ AUTHORS: | |
Nogeek <[email protected]> | ||
ZenithalHourlyRate <[email protected]> | ||
Jiajie Chen <[email protected]> | ||
KomeijiOcean <[email protected]> | ||
COMMANDS: | ||
auth (default) Auth via auth4/6.tsinghua | ||
|
@@ -42,6 +43,7 @@ COMMANDS: | |
--no-check, -n skip online checking, always send login request | ||
--logout, -o de-auth of the online account (behaves the same as deauth command, for backward-compatibility) | ||
--ipv6, -6 authenticating for IPv6 (auth6.tsinghua) | ||
--campus-only, -C auth only, no auto-login (v4 only) | ||
--host value use customized hostname of srun4000 | ||
--insecure use http instead of https | ||
--keep-online, -k keep online after login | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -476,6 +476,7 @@ func main() { | |
{Name: "Nogeek", Email: "[email protected]"}, | ||
{Name: "ZenithalHourlyRate", Email: "[email protected]"}, | ||
{Name: "Jiajie Chen", Email: "[email protected]"}, | ||
{Name: "KomeijiOcean", Email: "[email protected]"}, | ||
}, | ||
} | ||
|
||
|