From e162894ac74a8ec95523ea4b1d4310ed1538c8e9 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 11 Apr 2023 09:32:50 +0530 Subject: [PATCH] betty: update page (#10048) --- pages/common/betty.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/betty.md b/pages/common/betty.md index f217539950..9cb5f22d88 100644 --- a/pages/common/betty.md +++ b/pages/common/betty.md @@ -7,13 +7,9 @@ `betty {{what time is it}}` -- Ask Betty version: - -`betty version` - - Download a file: -`betty download {{https://example.com/file.png}} to {{file.png}}` +`betty download {{https://example.com/file.ext}} to {{path/to/output_file.ext}}` - Compress a file or directory to one of the support archive formats: @@ -23,7 +19,7 @@ `betty {{unzip}} {{archive.tar.gz}}` -- Extract an archive into a directory: +- Extract an archive into a specific directory: `betty unarchive {{archive.tar.gz}} to {{path/to/directory}}` @@ -34,3 +30,7 @@ - Drive Betty to madness: `betty go crazy` + +- Display version: + +`betty version`