Skip to content

Commit 1a4ea48

Browse files
authored
add --password flag to molt escape-password (#20263)
1 parent 7bb62e5 commit 1a4ea48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/current/_includes/molt/fetch-secure-connection-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To keep your database credentials out of shell history and logs, follow these be
88

99
{% include_cached copy-clipboard.html %}
1010
~~~ shell
11-
molt escape-password 'a$52&'
11+
molt escape-password --password 'a$52&'
1212
~~~
1313

1414
Use the encoded password in your `--source` connection string. For example:

src/current/molt/molt-fetch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Complete the following items before using MOLT Fetch:
4343

4444
{% include_cached copy-clipboard.html %}
4545
~~~ shell
46-
molt escape-password 'a$52&'
46+
molt escape-password --password 'a$52&'
4747
~~~
4848

4949
Substitute the following encoded password in your original connection url string:

src/current/molt/molt-verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Complete the following items before using MOLT Verify:
4545

4646
{% include_cached copy-clipboard.html %}
4747
~~~ shell
48-
molt escape-password 'a$52&'
48+
molt escape-password --password 'a$52&'
4949
~~~
5050

5151
~~~

0 commit comments

Comments
 (0)