소스 검색

Remove unneccessary space

rugk 8 년 전
부모
커밋
5b0b4f4b00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/usage/serve.rst

+ 1 - 1
docs/usage/serve.rst

@@ -37,5 +37,5 @@ locations like ``/etc/environment`` or in the forced command itself (example bel
     If you're using openssh-server < 7.2, however, you have to explicitly specify
     the ssh features to restrict and cannot simply use the restrict option as it
     has been introduced in v7.2. We recommend to use
-    ``,no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc``
+    ``no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,no-user-rc``
     in this case.