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`