aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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