From 27fe4990017aa62e3330e8494acbf737b8f92e04 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 23 Mar 2020 19:15:57 +0000 Subject: [PATCH] Fix help about remote commands that require only server address and no device path --- 5.0/List-supported-devices.md | 4 ++-- 5.0/Testing-connection-to-remote-server.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/5.0/List-supported-devices.md b/5.0/List-supported-devices.md index 4b1139b..b6839ea 100644 --- a/5.0/List-supported-devices.md +++ b/5.0/List-supported-devices.md @@ -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)* -`````` connects to an Aaru Remote Host with ```aaru:///``` +`````` connects to an Aaru Remote Host with ```aaru://``` ## Example -```aaru device list aaru:///``` +```aaru device list aaru://192.168.1.25``` ## Operating system support diff --git a/5.0/Testing-connection-to-remote-server.md b/5.0/Testing-connection-to-remote-server.md index 81b116a..2fdd311 100644 --- a/5.0/Testing-connection-to-remote-server.md +++ b/5.0/Testing-connection-to-remote-server.md @@ -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)* -`````` connects to an Aaru Remote Host with ```aaru:///``` +`````` connects to an Aaru Remote Host with ```aaru://``` ## Example -```aaru remote aaru:///``` +```aaru remote aaru://192.168.1.25``` ## Operating system support