aboutsummaryrefslogtreecommitdiff
path: root/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli.js')
-rwxr-xr-xcli.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.js b/cli.js
index 8bed403..e2f02e7 100755
--- a/cli.js
+++ b/cli.js
@@ -113,7 +113,7 @@ if ((idx = params.indexOf("-r")) > -1) {
// QR-Code.. DON'T ASK
hay = next;
- obj.qrcode = answer("QR-Code Text (z.B. Social Media Links, random Text, whatever)");
+ obj.qrcode = answer("QR-Code Text (z.B. Social Media Links, random Text, whatever)").replace(/ /g, "\\ ");
if (obj.qrcode === "nichts") obj.qrcode = "";
hay = curr;