diff options
author | Vasilij Schneidermann <mail@vasilij.de> | 2022-04-28 16:17:21 +0200 |
---|---|---|
committer | Vasilij Schneidermann <mail@vasilij.de> | 2022-04-28 16:17:21 +0200 |
commit | 8f5b42e9d9f304b422c1a7918b43ee323a7d3532 (patch) | |
tree | 51a57f21bf6dabdf4139913bf2dff3081fe6c289 | |
parent | ca66033b8e8a7b2adba83ecee256270ae257a4d8 (diff) |
Correct unzip args
-rw-r--r-- | nov.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ :type '(file :must-match t) :group 'nov) -(defcustom nov-unzip-args '("-o" directory filename) +(defcustom nov-unzip-args '("-od" directory filename) "Arguments to decompression executable. This variable expects a list of strings, except for `directory' and `filename' symbols, which will be replaced accordingly when |