mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
Fix help about remote commands that require only server address and no device path
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user