mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 14:23:04 +01:00
Add missing quote
svn:r4232
This commit is contained in:
parent
14b9615d7d
commit
493f6540f2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ StopService ()
|
|||
RestartService () { StopService; StartService; }
|
||||
|
||||
if [ "x$1" = x ]; then
|
||||
echo "Syntax: tor {start|stop}
|
||||
echo "Syntax: tor {start|stop}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue