浏览代码

wget: fix typo (#11019)

Sebastiaan Speck 1 年之前
父节点
当前提交
3b02e38ff4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/windows/wget.md

+ 1 - 1
pages/windows/wget.md

@@ -4,7 +4,7 @@
 
 - Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
 
-`curl --version`
+`wget --version`
 
 - View documentation for the original `wget` command: