Fix help about remote commands that require only server address and no device path

This commit is contained in:
2020-03-23 19:15:57 +00:00
parent 4b3cbac329
commit 27fe499001
2 changed files with 4 additions and 4 deletions

View File

@@ -10,10 +10,10 @@ This operation will show all known attached devices on your system and if they a
```-h, --help [true/false]``` shows help screen for the command instead of running it, ignores all other switches *(default false)*
```<aaru-remote-host>``` connects to an Aaru Remote Host with ```aaru://<IP ADDRESS>/<DEVICE PATH>```
```<aaru-remote-host>``` connects to an Aaru Remote Host with ```aaru://<IP ADDRESS>```
## Example
```aaru device list aaru://<IP ADDRESS>/<DEVICE PATH>```
```aaru device list aaru://192.168.1.25```
## Operating system support

View File

@@ -10,11 +10,11 @@ This operation tests the connection between Aaru and the specified Aaru Remote S
```-h, --help [true/false]``` shows help screen for the command instead of running it, ignores all other switches *(default false)*
```<aaru-remote-host>``` connects to an Aaru Remote Host with ```aaru://<IP ADDRESS>/<DEVICE PATH>```
```<aaru-remote-host>``` connects to an Aaru Remote Host with ```aaru://<IP ADDRESS>```
## Example
```aaru remote aaru://<IP ADDRESS>/<DEVICE PATH>```
```aaru remote aaru://192.168.1.25```
## Operating system support