aboutsummaryrefslogtreecommitdiff
path: root/spec/control-spec/implementation-notes.md
diff options
context:
space:
mode:
Diffstat (limited to 'spec/control-spec/implementation-notes.md')
-rw-r--r--spec/control-spec/implementation-notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec/control-spec/implementation-notes.md b/spec/control-spec/implementation-notes.md
index 1a610bb..8340a94 100644
--- a/spec/control-spec/implementation-notes.md
+++ b/spec/control-spec/implementation-notes.md
@@ -47,9 +47,10 @@ This is then encoded in hexadecimal, prefixed by the indicator sequence
++++++++++++++++**^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
salt hashed value
indicator
+```
- You can generate the salt of a password by calling
-
+You can generate the salt of a password by calling
+```
'tor --hash-password <password>'
```