aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-archiver/README.md
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-07-06 11:00:45 -0400
committerq5sys <jt@obs-sec.com>2017-07-06 11:00:45 -0400
commit7443fc08e3195bd6464bef3dfad7642c2846f09f (patch)
tree36a09f6a6fa49bd83bd8e196c34b8e7d8cad78b0 /src-qt5/desktop-utils/lumina-archiver/README.md
parentupdate readme with CLI switches (diff)
downloadlumina-7443fc08e3195bd6464bef3dfad7642c2846f09f.tar.gz
lumina-7443fc08e3195bd6464bef3dfad7642c2846f09f.tar.bz2
lumina-7443fc08e3195bd6464bef3dfad7642c2846f09f.zip
fix wording
Diffstat (limited to 'src-qt5/desktop-utils/lumina-archiver/README.md')
-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