Skip to content
This repository was archived by the owner on Dec 2, 2017. It is now read-only.

Commit b03b391

Browse files
dalitolunny
authored andcommitted
Corrected command to unregister Gitea (#74)
* Update windows-service.en-us.md Corrected command to unregister Gitea * Update windows-service.zh-cn.md Corrected command to unregister Gitea * Update windows-service.zh-tw.md Corrected command to unregister Gitea
1 parent 5650499 commit b03b391

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/doc/installation/windows-service.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ After, open "Windows Services", search for the service named "gitea", right-clic
3030
To unregister Gitea as a service, open `cmd` as an Administrator and run:
3131

3232
```
33-
sc remove gitea
33+
sc delete gitea
3434
```

content/doc/installation/windows-service.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ sc create gitea start= auto binPath= ""C:\gitea\gitea.exe" web --config "C:\gite
3030
以Administrator身份运行 `cmd`,然后执行以下命令:
3131

3232
```
33-
sc remove gitea
33+
sc delete gitea
3434
```

content/doc/installation/windows-service.zh-tw.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ sc create gitea start= auto binPath= ""C:\gitea\gitea.exe" web --config "C:\gite
3030
要刪除 Gitea 服務,請用管理者身份執行 `cmd` 並且執行底下指令:
3131

3232
```
33-
sc remove gitea
33+
sc delete gitea
3434
```

0 commit comments

Comments
 (0)