1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 12:30:56 +01:00

Minor, add a missing space so this command gets marked up as code

Summary: This only has one space but should have two so it looks nice.
This commit is contained in:
epriestley 2014-09-03 13:30:52 -07:00
parent b60d0c338a
commit 69d788e4e9

View file

@ -335,7 +335,7 @@ is probably an issue with your `sudoers` configuration. Check:
It may also be helpful to run `sshd` in debug mode:
$ /path/to/sshd -d -d -d -f /path/to/sshd_config.phabricator
$ /path/to/sshd -d -d -d -f /path/to/sshd_config.phabricator
This will run it in the foreground and emit a large amount of debugging
information.