From: Nathanaël J Date: Tue, 4 Dec 2018 13:23:28 +0000 (+0100) Subject: Use `'` instead of `'` for passwords in the documentation (see #1453) X-Git-Tag: v1.2.0-rc.1~110 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9024bece9a51d3bc666ba94f272aaec186e3c278;p=oweals%2Fpeertube.git Use `'` instead of `'` for passwords in the documentation (see #1453) --- diff --git a/support/doc/tools.md b/support/doc/tools.md index 5a1f212b1..98048ec41 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md @@ -82,7 +82,7 @@ The wrapper provides a convenient interface to the following scripts. You can ac The wrapper can keep track of instances you have an account on. We limit to one account per instance for now. ```bash -$ peertube auth add -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password "PEERTUBE_PASSWORD" +$ peertube auth add -u "PEERTUBE_URL" -U "PEERTUBE_USER" --password 'PEERTUBE_PASSWORD' $ peertube auth list ┌──────────────────────────────┬──────────────────────────────┐ │ instance │ login │ @@ -112,7 +112,7 @@ Be sure you own the videos or have the author's authorization to do so. $ node dist/server/tools/peertube-import-videos.js \ -u "PEERTUBE_URL" \ -U "PEERTUBE_USER" \ - --password "PEERTUBE_PASSWORD" \ + --password 'PEERTUBE_PASSWORD' \ -t "TARGET_URL" ```