From 1be22f6d8bc58295f4c3af03b1229230da018b6e Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:13:03 +0100 Subject: [PATCH] style-guide, pages/*: remove "More information" from alias pages (#14766) --- contributing-guides/style-guide.md | 1 - pages/common/azure-cli.md | 1 - pages/common/crane-cp.md | 1 - pages/common/docker-container-diff.md | 1 - pages/common/docker-container-remove.md | 1 - pages/common/docker-container-rename.md | 1 - pages/common/docker-container-rm.md | 1 - pages/common/docker-container-top.md | 1 - pages/common/fossil-ci.md | 1 - pages/common/fossil-delete.md | 1 - pages/common/fossil-new.md | 1 - pages/common/gh-cs.md | 1 - pages/common/git-stage.md | 1 - pages/common/gnmic-sub.md | 1 - pages/common/hd.md | 1 - pages/common/hping.md | 1 - pages/common/lima.md | 1 - pages/common/lzcat.md | 1 - pages/common/lzma.md | 1 - pages/common/mscore.md | 1 - pages/common/netcat.md | 1 - pages/common/ntl.md | 1 - pages/common/pamnoraw.md | 1 - pages/common/platformio.md | 1 - pages/common/pnmdepth.md | 1 - pages/common/pnmtoplainpnm.md | 1 - pages/common/pnmtopnm.md | 1 - pages/common/tldrl.md | 1 - pages/common/tlmgr-arch.md | 1 - pages/common/trash-cli.md | 1 - pages/common/unlzma.md | 1 - pages/common/unxz.md | 1 - pages/common/xzcat.md | 1 - pages/linux/alternatives.md | 1 - pages/linux/batcat.md | 1 - pages/linux/cc.md | 1 - pages/linux/megadl.md | 1 - pages/linux/ncal.md | 1 - pages/linux/qm-move-disk.md | 1 - pages/linux/qm-move_disk.md | 1 - pages/linux/qm-resize.md | 5 ++--- pages/linux/systemd-confext.md | 1 - pages/linux/ubuntu-bug.md | 1 - pages/windows/cinst.md | 1 - pages/windows/clist.md | 1 - pages/windows/cpush.md | 1 - pages/windows/cuninst.md | 1 - pages/windows/gal.md | 1 - pages/windows/gl.md | 1 - pages/windows/iwr.md | 1 - pages/windows/mi.md | 1 - pages/windows/mv.md | 1 - pages/windows/ni.md | 1 - pages/windows/pwd.md | 1 - pages/windows/pwsh-where.md | 1 - pages/windows/rd.md | 1 - pages/windows/ri.md | 1 - pages/windows/rm.md | 1 - pages/windows/sc-config.md | 1 - pages/windows/sc-create.md | 1 - pages/windows/sc-delete.md | 1 - pages/windows/sc-query.md | 1 - pages/windows/sl.md | 1 - pages/windows/slmgr.md | 1 - pages/windows/sls.md | 1 - 65 files changed, 2 insertions(+), 67 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index eecd1de397..13b92cf3e3 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -125,7 +125,6 @@ If a command can be called with alternative names (like `vim` can be called by ` # command_name > This command is an alias of `original-command-name`. -> More information: . - View documentation for the original command: diff --git a/pages/common/azure-cli.md b/pages/common/azure-cli.md index 164d345861..23486575ab 100644 --- a/pages/common/azure-cli.md +++ b/pages/common/azure-cli.md @@ -1,7 +1,6 @@ # azure-cli > This command is an alias of `az`. -> More information: . - View documentation for the original command: diff --git a/pages/common/crane-cp.md b/pages/common/crane-cp.md index 9d9df61ae7..64ee2e9a11 100644 --- a/pages/common/crane-cp.md +++ b/pages/common/crane-cp.md @@ -1,7 +1,6 @@ # crane cp > This command is an alias of `crane copy`. -> More information: . - View documentation for the original command: diff --git a/pages/common/docker-container-diff.md b/pages/common/docker-container-diff.md index 7eae22f611..4deb3b0122 100644 --- a/pages/common/docker-container-diff.md +++ b/pages/common/docker-container-diff.md @@ -1,7 +1,6 @@ # docker container diff > This command is an alias of `docker diff`. -> More information: . - View documentation for the original command: diff --git a/pages/common/docker-container-remove.md b/pages/common/docker-container-remove.md index 8cb04d669f..05e64a1c67 100644 --- a/pages/common/docker-container-remove.md +++ b/pages/common/docker-container-remove.md @@ -1,7 +1,6 @@ # docker container remove > This command is an alias of `docker rm`. -> More information: . - View documentation for the original command: diff --git a/pages/common/docker-container-rename.md b/pages/common/docker-container-rename.md index 1d2adbfcd0..4ea6645a98 100644 --- a/pages/common/docker-container-rename.md +++ b/pages/common/docker-container-rename.md @@ -1,7 +1,6 @@ # docker container rename > This command is an alias of `docker rename`. -> More information: . - View documentation for the original command: diff --git a/pages/common/docker-container-rm.md b/pages/common/docker-container-rm.md index 78789489ad..5215bda2f1 100644 --- a/pages/common/docker-container-rm.md +++ b/pages/common/docker-container-rm.md @@ -1,7 +1,6 @@ # docker container rm > This command is an alias of `docker rm`. -> More information: . - View documentation for the original command: diff --git a/pages/common/docker-container-top.md b/pages/common/docker-container-top.md index 1820e0641a..a5b170bb0c 100644 --- a/pages/common/docker-container-top.md +++ b/pages/common/docker-container-top.md @@ -1,7 +1,6 @@ # docker container top > This command is an alias of `docker top`. -> More information: . - View documentation for the original command: diff --git a/pages/common/fossil-ci.md b/pages/common/fossil-ci.md index 5e37263a0f..c82605bacf 100644 --- a/pages/common/fossil-ci.md +++ b/pages/common/fossil-ci.md @@ -1,7 +1,6 @@ # fossil ci > This command is an alias of `fossil commit`. -> More information: . - View documentation for the original command: diff --git a/pages/common/fossil-delete.md b/pages/common/fossil-delete.md index 2b9e19fcec..41a9e4ec2d 100644 --- a/pages/common/fossil-delete.md +++ b/pages/common/fossil-delete.md @@ -1,7 +1,6 @@ # fossil delete > This command is an alias of `fossil rm`. -> More information: . - View documentation for the original command: diff --git a/pages/common/fossil-new.md b/pages/common/fossil-new.md index 881e3e99ca..c98cad6212 100644 --- a/pages/common/fossil-new.md +++ b/pages/common/fossil-new.md @@ -1,7 +1,6 @@ # fossil new > This command is an alias of `fossil init`. -> More information: . - View documentation for the original command: diff --git a/pages/common/gh-cs.md b/pages/common/gh-cs.md index c029ac855d..c73765c78d 100644 --- a/pages/common/gh-cs.md +++ b/pages/common/gh-cs.md @@ -1,7 +1,6 @@ # gh cs > This command is an alias of `gh codespace`. -> More information: . - View documentation for the original command: diff --git a/pages/common/git-stage.md b/pages/common/git-stage.md index ad676a17c3..1b4e71f488 100644 --- a/pages/common/git-stage.md +++ b/pages/common/git-stage.md @@ -1,7 +1,6 @@ # git stage > This command is an alias of `git add`. -> More information: . - View documentation for the original command: diff --git a/pages/common/gnmic-sub.md b/pages/common/gnmic-sub.md index b7a0d761f5..a9bf900196 100644 --- a/pages/common/gnmic-sub.md +++ b/pages/common/gnmic-sub.md @@ -1,7 +1,6 @@ # gnmic sub > This command is an alias of `gnmic subscribe`. -> More information: . - View documentation for the original command: diff --git a/pages/common/hd.md b/pages/common/hd.md index 8424674e22..368438735b 100644 --- a/pages/common/hd.md +++ b/pages/common/hd.md @@ -1,7 +1,6 @@ # hd > This command is an alias of `hexdump`. -> More information: . - View documentation for the original command: diff --git a/pages/common/hping.md b/pages/common/hping.md index 28dd1db974..a87e70fb7c 100644 --- a/pages/common/hping.md +++ b/pages/common/hping.md @@ -1,7 +1,6 @@ # hping > This command is an alias of `hping3`. -> More information: . - View documentation for the original command: diff --git a/pages/common/lima.md b/pages/common/lima.md index 2a2e34f6b4..0f74aa4f9d 100644 --- a/pages/common/lima.md +++ b/pages/common/lima.md @@ -2,7 +2,6 @@ > This command is an alias of `limactl shell` for the default VM instance. > You can also set the `$LIMA_INSTANCE` environment variable to work on a different instance. -> More information: . - View documentation for the original command: diff --git a/pages/common/lzcat.md b/pages/common/lzcat.md index 55fdcfefe8..d1302fc9fe 100644 --- a/pages/common/lzcat.md +++ b/pages/common/lzcat.md @@ -1,7 +1,6 @@ # lzcat > This command is an alias of `xz --format=lzma --decompress --stdout`. -> More information: . - View documentation for the original command: diff --git a/pages/common/lzma.md b/pages/common/lzma.md index 4355e9b221..ce5ff804cb 100644 --- a/pages/common/lzma.md +++ b/pages/common/lzma.md @@ -1,7 +1,6 @@ # lzma > This command is an alias of `xz --format=lzma`. -> More information: . - View documentation for the original command: diff --git a/pages/common/mscore.md b/pages/common/mscore.md index 1470dc72c3..cb2bde6b78 100644 --- a/pages/common/mscore.md +++ b/pages/common/mscore.md @@ -1,7 +1,6 @@ # mscore > This command is an alias of `musescore`. -> More information: . - View documentation for the original command: diff --git a/pages/common/netcat.md b/pages/common/netcat.md index 40a8d37131..94e90f60fe 100644 --- a/pages/common/netcat.md +++ b/pages/common/netcat.md @@ -1,7 +1,6 @@ # netcat > This command is an alias of `nc`. -> More information: . - View documentation for the original command: diff --git a/pages/common/ntl.md b/pages/common/ntl.md index 31f498180a..fcb3f06660 100644 --- a/pages/common/ntl.md +++ b/pages/common/ntl.md @@ -1,7 +1,6 @@ # ntl > This command is an alias of `netlify`. -> More information: . - View documentation for the original command: diff --git a/pages/common/pamnoraw.md b/pages/common/pamnoraw.md index 562ce650cd..f106b4afc1 100644 --- a/pages/common/pamnoraw.md +++ b/pages/common/pamnoraw.md @@ -1,7 +1,6 @@ # pamnoraw > This command is an alias of `pamtopnm -plain`. -> More information: . - View documentation for the original command: diff --git a/pages/common/platformio.md b/pages/common/platformio.md index 07d6fdd17e..3e96be7246 100644 --- a/pages/common/platformio.md +++ b/pages/common/platformio.md @@ -1,7 +1,6 @@ # platformio > This command is an alias of `pio`. -> More information: . - View documentation for the original command: diff --git a/pages/common/pnmdepth.md b/pages/common/pnmdepth.md index ed0252abb9..cbabdb3d24 100644 --- a/pages/common/pnmdepth.md +++ b/pages/common/pnmdepth.md @@ -1,7 +1,6 @@ # pnmdepth > This command is an alias of `pamdepth`. -> More information: . - View documentation for the original command: diff --git a/pages/common/pnmtoplainpnm.md b/pages/common/pnmtoplainpnm.md index aad3661407..cb13967cf3 100644 --- a/pages/common/pnmtoplainpnm.md +++ b/pages/common/pnmtoplainpnm.md @@ -1,7 +1,6 @@ # pnmtoplainpnm > This command is an alias of `pamtopnm -plain`. -> More information: . - View documentation for the original command: diff --git a/pages/common/pnmtopnm.md b/pages/common/pnmtopnm.md index 08bf7246ea..32fb489358 100644 --- a/pages/common/pnmtopnm.md +++ b/pages/common/pnmtopnm.md @@ -1,7 +1,6 @@ # pnmtopnm > This command is an alias of `pamtopnm`. -> More information: . - View documentation for the original command: diff --git a/pages/common/tldrl.md b/pages/common/tldrl.md index aeea0b0aff..6cd74f69b7 100644 --- a/pages/common/tldrl.md +++ b/pages/common/tldrl.md @@ -1,7 +1,6 @@ # tldrl > This command is an alias of `tldr-lint`. -> More information: . - View documentation for the original command: diff --git a/pages/common/tlmgr-arch.md b/pages/common/tlmgr-arch.md index e060f0ed8f..dc6a4dd25c 100644 --- a/pages/common/tlmgr-arch.md +++ b/pages/common/tlmgr-arch.md @@ -1,7 +1,6 @@ # tlmgr arch > This command is an alias of `tlmgr platform`. -> More information: . - View documentation for the original command: diff --git a/pages/common/trash-cli.md b/pages/common/trash-cli.md index 3acd212d5b..f8f3e666d3 100644 --- a/pages/common/trash-cli.md +++ b/pages/common/trash-cli.md @@ -1,7 +1,6 @@ # trash-cli > This command is an alias of `trash`. -> More information: . - View documentation for the original command: diff --git a/pages/common/unlzma.md b/pages/common/unlzma.md index b9d99dba4a..c453f4a219 100644 --- a/pages/common/unlzma.md +++ b/pages/common/unlzma.md @@ -1,7 +1,6 @@ # unlzma > This command is an alias of `xz --format=lzma --decompress`. -> More information: . - View documentation for the original command: diff --git a/pages/common/unxz.md b/pages/common/unxz.md index 54bd699301..287df81731 100644 --- a/pages/common/unxz.md +++ b/pages/common/unxz.md @@ -1,7 +1,6 @@ # unxz > This command is an alias of `xz --decompress`. -> More information: . - View documentation for the original command: diff --git a/pages/common/xzcat.md b/pages/common/xzcat.md index 0de0332ba7..0d554091cd 100644 --- a/pages/common/xzcat.md +++ b/pages/common/xzcat.md @@ -1,7 +1,6 @@ # xzcat > This command is an alias of `xz --decompress --stdout`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/alternatives.md b/pages/linux/alternatives.md index 5d23ee6830..d36a696b0a 100644 --- a/pages/linux/alternatives.md +++ b/pages/linux/alternatives.md @@ -1,7 +1,6 @@ # alternatives > This command is an alias of `update-alternatives`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/batcat.md b/pages/linux/batcat.md index 95e51618af..dd046035aa 100644 --- a/pages/linux/batcat.md +++ b/pages/linux/batcat.md @@ -1,7 +1,6 @@ # batcat > This command is an alias of `bat`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/cc.md b/pages/linux/cc.md index 58c9e98e2a..c4ce95f5ab 100644 --- a/pages/linux/cc.md +++ b/pages/linux/cc.md @@ -1,7 +1,6 @@ # cc > This command is an alias of `gcc`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/megadl.md b/pages/linux/megadl.md index fefd38e3c9..a9a6656e72 100644 --- a/pages/linux/megadl.md +++ b/pages/linux/megadl.md @@ -1,7 +1,6 @@ # megadl > This command is an alias of `megatools-dl`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/ncal.md b/pages/linux/ncal.md index a415ed6246..34b490c6ea 100644 --- a/pages/linux/ncal.md +++ b/pages/linux/ncal.md @@ -1,7 +1,6 @@ # ncal > This command is an alias of `cal`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/qm-move-disk.md b/pages/linux/qm-move-disk.md index 6dc5741072..8d3f8f22d1 100644 --- a/pages/linux/qm-move-disk.md +++ b/pages/linux/qm-move-disk.md @@ -1,7 +1,6 @@ # qm move disk > This command is an alias of `qm disk move`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/qm-move_disk.md b/pages/linux/qm-move_disk.md index 6dc5741072..8d3f8f22d1 100644 --- a/pages/linux/qm-move_disk.md +++ b/pages/linux/qm-move_disk.md @@ -1,7 +1,6 @@ # qm move disk > This command is an alias of `qm disk move`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/qm-resize.md b/pages/linux/qm-resize.md index 56a2bd80d3..c4f8525f65 100644 --- a/pages/linux/qm-resize.md +++ b/pages/linux/qm-resize.md @@ -1,8 +1,7 @@ # qm resize -> This command is an alias of `qm-disk-resize`. -> More information: . +> This command is an alias of `qm disk resize`. - View documentation for the original command: -`tldr qm-disk-resize` +`tldr qm disk resize` diff --git a/pages/linux/systemd-confext.md b/pages/linux/systemd-confext.md index 484901003c..581f7e6da9 100644 --- a/pages/linux/systemd-confext.md +++ b/pages/linux/systemd-confext.md @@ -2,7 +2,6 @@ > This command is an alias of `systemd-sysext`. > It follows the same principle as `systemd-sysext`, but instead of working on `/usr` and `/opt`, `confext` will extend only `/etc`. -> More information: . - View documentation for the original command: diff --git a/pages/linux/ubuntu-bug.md b/pages/linux/ubuntu-bug.md index 2fc28b65bc..2b64580d4b 100644 --- a/pages/linux/ubuntu-bug.md +++ b/pages/linux/ubuntu-bug.md @@ -1,7 +1,6 @@ # ubuntu-bug > This command is an alias of `apport-bug`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/cinst.md b/pages/windows/cinst.md index 5b44d7b09c..3752693676 100644 --- a/pages/windows/cinst.md +++ b/pages/windows/cinst.md @@ -1,7 +1,6 @@ # cinst > This command is an alias of `choco install`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/clist.md b/pages/windows/clist.md index 1f51245cb1..e86957815c 100644 --- a/pages/windows/clist.md +++ b/pages/windows/clist.md @@ -1,7 +1,6 @@ # clist > This command is an alias of `choco list`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/cpush.md b/pages/windows/cpush.md index 9a22056ab9..c7370b01b5 100644 --- a/pages/windows/cpush.md +++ b/pages/windows/cpush.md @@ -1,7 +1,6 @@ # cpush > This command is an alias of `choco push`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/cuninst.md b/pages/windows/cuninst.md index 361b87fa95..6b4b3f7f08 100644 --- a/pages/windows/cuninst.md +++ b/pages/windows/cuninst.md @@ -1,7 +1,6 @@ # cuninst > This command is an alias of `choco uninstall`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/gal.md b/pages/windows/gal.md index 11336adc4e..77eba3cfc0 100644 --- a/pages/windows/gal.md +++ b/pages/windows/gal.md @@ -1,7 +1,6 @@ # gal > In PowerShell, this command is an alias of `Get-Alias`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/gl.md b/pages/windows/gl.md index 2032ef1cb7..1bbb6b6c01 100644 --- a/pages/windows/gl.md +++ b/pages/windows/gl.md @@ -1,7 +1,6 @@ # gl > In PowerShell, this command is an alias of `Get-Location`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/iwr.md b/pages/windows/iwr.md index 09199dc69d..d3504d7b30 100644 --- a/pages/windows/iwr.md +++ b/pages/windows/iwr.md @@ -1,7 +1,6 @@ # iwr > In PowerShell, this command is an alias of `Invoke-WebRequest`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/mi.md b/pages/windows/mi.md index 8d58b4f4f4..6f159d15bf 100644 --- a/pages/windows/mi.md +++ b/pages/windows/mi.md @@ -1,7 +1,6 @@ # mi > In PowerShell, this command is an alias of `Move-Item`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/mv.md b/pages/windows/mv.md index c3d1f44ae8..afc44eaf79 100644 --- a/pages/windows/mv.md +++ b/pages/windows/mv.md @@ -2,7 +2,6 @@ > In PowerShell, this command is an alias of `Move-Item`. > However, this command is not available on the Command Prompt (`cmd`). Use `move` instead for similar functionality. -> More information: . - View documentation for the equivalent Command Prompt command: diff --git a/pages/windows/ni.md b/pages/windows/ni.md index 106c43273d..4b47fb7d98 100644 --- a/pages/windows/ni.md +++ b/pages/windows/ni.md @@ -1,7 +1,6 @@ # ni > In PowerShell, this command is an alias of `New-Item`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/pwd.md b/pages/windows/pwd.md index 2dd917806c..b9170e2c02 100644 --- a/pages/windows/pwd.md +++ b/pages/windows/pwd.md @@ -2,7 +2,6 @@ > In PowerShell, this command is an alias of `Get-Location`. > However, this command is not available on the Command Prompt (`cmd`). Use `cd` instead for similar functionality. -> More information: . - View documentation for the equivalent Command Prompt command: diff --git a/pages/windows/pwsh-where.md b/pages/windows/pwsh-where.md index 56089a5ed7..85574efaff 100644 --- a/pages/windows/pwsh-where.md +++ b/pages/windows/pwsh-where.md @@ -1,7 +1,6 @@ # pwsh where > This command is an alias of `Where-Object`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/rd.md b/pages/windows/rd.md index fe9d468329..061abe79f3 100644 --- a/pages/windows/rd.md +++ b/pages/windows/rd.md @@ -1,7 +1,6 @@ # rd > This command is an alias of `rmdir` on Command Prompt, and subsequently `Remove-Item` in PowerShell. -> More information: . - View documentation for the original Command Prompt command: diff --git a/pages/windows/ri.md b/pages/windows/ri.md index aea54a8ebf..63fc54d5bd 100644 --- a/pages/windows/ri.md +++ b/pages/windows/ri.md @@ -1,7 +1,6 @@ # ri > In PowerShell, this command is an alias of `Remove-Item`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/rm.md b/pages/windows/rm.md index b05d85d4e6..95e1f0a19f 100644 --- a/pages/windows/rm.md +++ b/pages/windows/rm.md @@ -1,7 +1,6 @@ # rm > In PowerShell, this command is an alias of `Remove-Item`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sc-config.md b/pages/windows/sc-config.md index d355b88f8c..2135549ed6 100644 --- a/pages/windows/sc-config.md +++ b/pages/windows/sc-config.md @@ -1,7 +1,6 @@ # sc config > This command is an alias of `sc.exe config`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sc-create.md b/pages/windows/sc-create.md index 4bca69d79c..83ff45557f 100644 --- a/pages/windows/sc-create.md +++ b/pages/windows/sc-create.md @@ -1,7 +1,6 @@ # sc create > This command is an alias of `sc.exe create`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sc-delete.md b/pages/windows/sc-delete.md index 47eb02de83..e01189cd38 100644 --- a/pages/windows/sc-delete.md +++ b/pages/windows/sc-delete.md @@ -1,7 +1,6 @@ # sc delete > This command is an alias of `sc.exe delete`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sc-query.md b/pages/windows/sc-query.md index 603b242225..4d9ea973a8 100644 --- a/pages/windows/sc-query.md +++ b/pages/windows/sc-query.md @@ -1,7 +1,6 @@ # sc query > This command is an alias of `sc.exe query`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sl.md b/pages/windows/sl.md index 8baa5ce2ac..692639188f 100644 --- a/pages/windows/sl.md +++ b/pages/windows/sl.md @@ -1,7 +1,6 @@ # sl > In PowerShell, this command is an alias of `Set-Location`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/slmgr.md b/pages/windows/slmgr.md index 09bf0c073b..29a7531707 100644 --- a/pages/windows/slmgr.md +++ b/pages/windows/slmgr.md @@ -1,7 +1,6 @@ # slmgr > This command is an alias of `slmgr.vbs`. -> More information: . - View documentation for the original command: diff --git a/pages/windows/sls.md b/pages/windows/sls.md index a941329cf7..1d41a7bbf6 100644 --- a/pages/windows/sls.md +++ b/pages/windows/sls.md @@ -1,7 +1,6 @@ # sls > This command is an alias of `Select-String`. -> More information: . - View documentation for the original command: