Browse Source

betty: update page (#10048)

K.B.Dharun Krishna 1 year ago
parent
commit
e162894ac7
1 changed files with 6 additions and 6 deletions
  1. 6 6
      pages/common/betty.md

+ 6 - 6
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`