diff options
author | q5sys <jt@obs-sec.com> | 2017-07-06 10:52:09 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2017-07-06 10:52:09 -0400 |
commit | ef8e26971028938cd7fa4d8d20c2f6c371a70369 (patch) | |
tree | a770a489ea6386fde918370070c368e4bf48b496 /src-qt5/desktop-utils | |
parent | Prototype screensavers for Lumina 2.0 (diff) | |
download | lumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.tar.gz lumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.tar.bz2 lumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.zip |
update readme with CLI switches
Diffstat (limited to 'src-qt5/desktop-utils')
-rw-r--r-- | src-qt5/desktop-utils/lumina-archiver/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src-qt5/desktop-utils/lumina-archiver/README.md b/src-qt5/desktop-utils/lumina-archiver/README.md index 11a5b76c..0a3dee29 100644 --- a/src-qt5/desktop-utils/lumina-archiver/README.md +++ b/src-qt5/desktop-utils/lumina-archiver/README.md @@ -20,3 +20,12 @@ This is a graphical archive manager based around the `tar` utility, which also p 1. Required utilities * `tar`: Used for the backend archive control system * `dd`: Used to copy an image file ("*.img") to a USB device + +### CLI switches + + * --burn-img : launches burn dialog as soon as lumina-archiver loads. + * Example : `$ lumina-archiver --burn-img ./TrueOS-2017-07-05-x64-USB.img` + + * --ax : preforms auto-extraction on file into new directory created with the same name as the given file. + * Example : `$ lumina-archiver --ax ./lumina-master.zip` + |