Disallow --hash-password with no commandline arguments.

Fixes bug 9573.

Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
This commit is contained in:
Nick Mathewson
2013-08-25 13:13:18 -04:00
parent b523167f2f
commit 75d795b1d7
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,6 +6,6 @@
names as command-line options. Fixes bugs 4647 and 9578; bugfix on
0.0.9pre5.
- No longer allow 'tor --hash-password' with no arguments. Fixes bug
9573; bugfix on 0.0.9pre5.