Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sky96111 committed Feb 17, 2023
1 parent 9820300 commit 13c6d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.i18n/ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zwu_login 是一款适用于登录ZWU(浙江万里学院)网络服务的命
1. 从 Github releases 下载符合 ``zwu_<目标平台>_<目标架构>`` 的文件。
2. 将其重命名为 ``zwu``
3. (仅适用于Unix系统) 运行``chmod a+x ./zwu`` 以授予执行权限
4. **登录:** ``./zwu -u <用户名> -p <密码>``
4. **登录:** ``./zwu [-f] -u <用户名> -p <密码>``
5. **登出:** ``./zwu -L``
6. **使用数据:** ``./zwu -S``
7. **获取帮助信息:** ``./zwu -h``
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A command-line tool to login ZWU(浙江万里学院) net services, especially fo
1. Download ``zwu_$PLATFORM_$ARCH`` from GitHub release
2. Rename it to ``zwu``
3. (*Unix only) ``chmod a+x ./zwu``
4. **Login:** ``./zwu -u <username> -p <password>``
4. **Login:** ``./zwu [-f] -u <username> -p <password>``
5. **Logout:** ``./zwu -L``
6. **Status:** ``./zwu -S``
7. **Help:** ``./zwu -h``
Expand Down

0 comments on commit 13c6d54

Please sign in to comment.