aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/desktop-utils/lumina-archiver/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-archiver/README.md b/src-qt5/desktop-utils/lumina-archiver/README.md
index 0a3dee29..ba8a0e77 100644
--- a/src-qt5/desktop-utils/lumina-archiver/README.md
+++ b/src-qt5/desktop-utils/lumina-archiver/README.md
@@ -21,7 +21,7 @@ This is a graphical archive manager based around the `tar` utility, which also p
* `tar`: Used for the backend archive control system
* `dd`: Used to copy an image file ("*.img") to a USB device
-### CLI switches
+### Command Line arguments
* --burn-img : launches burn dialog as soon as lumina-archiver loads.
* Example : `$ lumina-archiver --burn-img ./TrueOS-2017-07-05-x64-USB.img`
bgstack15