mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
cleanup: stick to standards when using dollar-sign in md
MD014 - Dollar signs used before commands without showing output The dollar signs are unnecessary, it is easier to copy and paste and less noisy if the dollar signs are omitted. Especially when the command doesn't list the output, but if the command follows output we can use `$ ` (dollar+space) mainly to differentiate between command and its ouput. scenario 1: when command doesn't follow output ```console cd ~/work ``` scenario 2: when command follow output (use dollar+space) ```console $ ls ~/work file1 file2 dir1 dir2 ... ``` Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
fcaa332921
commit
2945f7b669
@ -15,7 +15,7 @@ helm repo add ceph-csi https://ceph.github.io/csi-charts
|
||||
we need to enter into the directory where all charts are present
|
||||
|
||||
```console
|
||||
[$]cd charts
|
||||
cd charts
|
||||
```
|
||||
|
||||
**Note:** charts directory is present in root of the ceph-csi project
|
||||
|
@ -15,7 +15,7 @@ helm repo add ceph-csi https://ceph.github.io/csi-charts
|
||||
we need to enter into the directory where all charts are present
|
||||
|
||||
```console
|
||||
[$]cd charts
|
||||
cd charts
|
||||
```
|
||||
|
||||
**Note:** charts directory is present in root of the ceph-csi project
|
||||
|
Reference in New Issue
Block a user