mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
Replace incorrect em-dashes with dashes in code-blocks (#2192)
Replace em-dash('–') with dash('-') in code blocks where the latter was
meant.
This commit is contained in:
@@ -106,7 +106,7 @@ sudo apt update
|
||||
Your packages can be upgraded now through their meta-packages, for example:
|
||||
|
||||
```shell
|
||||
sudo apt install –-only-upgrade rocm-hip-sdk
|
||||
sudo apt install --only-upgrade rocm-hip-sdk
|
||||
```
|
||||
|
||||
:::::
|
||||
@@ -206,7 +206,7 @@ sudo yum clean all
|
||||
Your packages can be upgraded now through their meta-packages, for example:
|
||||
|
||||
```shell
|
||||
sudo apt install –-only-upgrade rocm-hip-sdk
|
||||
sudo apt install --only-upgrade rocm-hip-sdk
|
||||
```
|
||||
|
||||
:::::
|
||||
|
||||
Reference in New Issue
Block a user