aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorq5sys <jt@obs-sec.com>2017-07-06 10:52:09 -0400
committerq5sys <jt@obs-sec.com>2017-07-06 10:52:09 -0400
commitef8e26971028938cd7fa4d8d20c2f6c371a70369 (patch)
treea770a489ea6386fde918370070c368e4bf48b496
parentPrototype screensavers for Lumina 2.0 (diff)
downloadlumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.tar.gz
lumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.tar.bz2
lumina-ef8e26971028938cd7fa4d8d20c2f6c371a70369.zip
update readme with CLI switches
-rw-r--r--src-qt5/desktop-utils/lumina-archiver/README.md9
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`
+
bgstack15