Skip to content

Commit

Permalink
Update Cubs_tool_Usage.md
Browse files Browse the repository at this point in the history
Signed-off-by: ganesh s <124240773+ganeshs-hpe@users.noreply.github.com>
  • Loading branch information
ganeshs-hpe authored Sep 18, 2024
1 parent 419cac3 commit 1c0f2ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions operations/utility_storage/Cubs_tool_Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(`ncn-s#`) Run the following command to see the tool usage.

```bash
./cubs_tool.py --help
/srv/cray/scripts/common/cubs_tool.py --help
```

Example output:
Expand All @@ -49,7 +49,7 @@ optional arguments:
* (`ncn-s#`) Version and status report

```bash
./cubs_tool.py --report
/srv/cray/scripts/common/cubs_tool.py --report
```

Potential output:
Expand Down Expand Up @@ -108,7 +108,7 @@ optional arguments:
* (`ncn-s#`) Upgrade check.

```bash
./cubs_tool.py --version 16.2.10 --registry localhost
/srv/cray/scripts/common/cubs_tool.py --version 16.2.10 --registry localhost
```

Potential output:
Expand All @@ -120,13 +120,13 @@ optional arguments:
* (`ncn-s#`) Upgrade.

```bash
./cubs_tool.py --version 16.2.10 --registry localhost --upgrade
/srv/cray/scripts/common/cubs_tool.py --version 16.2.10 --registry localhost --upgrade
```

* (`ncn-s#`) In-family upgrade.

```bash
./cubs_tool.py --version 16.2.10 --registry localhost --upgrade
/srv/cray/scripts/common/cubs_tool.py --version 16.2.10 --registry localhost --upgrade
```

## Troubleshooting
Expand Down

0 comments on commit 1c0f2ee

Please sign in to comment.