From ff12773ca62fb53fe63f77c529ccd40674023ed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Tue, 3 Sep 2024 15:50:43 +0200 Subject: [PATCH] Tutorial tweaks for the command line tutorial. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- tutorials/03_command_line.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tutorials/03_command_line.md b/tutorials/03_command_line.md index cad58e74..7239a306 100644 --- a/tutorials/03_command_line.md +++ b/tutorials/03_command_line.md @@ -31,8 +31,7 @@ https://fuel.gazebosim.org By default, Fuel will list resources from all the servers listed in your `config.yaml` file. See the \ref configuration for more details. -> **Tip**: If you want to see resources from a different Fuel server, add it to -`config.yaml` to and re-run the list command to see resources from both servers! +> **Tip**: If you want to see resources from a different Fuel server, add it to `config.yaml` to and re-run the list command to see resources from both servers! There are a few other options on the command, run the help to see all of them: @@ -123,7 +122,10 @@ sub-command. You can access the list of edit options using: gz fuel edit -h ``` -You must be the resource owner, or an authorized member of the organization that owns the resource, in order to edit the resource. This in turn means you must use the `--header 'Private-token: YOUR_TOKEN'` option with the `edit` sub-command. +You must be the resource owner, or an authorized member of the organization that owns the resource, in order to edit the resource. This in turn means you must use the next option with the `edit` subcommand: +``` +--header 'Private-token: YOUR_TOKEN' +``` ### Change resource privacy