Fix typo in my example (#20293)

I noticed I was missing the -f flag to make this work correctly.
This commit is contained in:
Dag Wieers
2017-01-16 15:12:34 +01:00
committed by John R Barker
parent f813a8474b
commit bd793b85bf

View File

@@ -109,6 +109,6 @@ EXAMPLES = '''
owner: root
group: root
mode: '0600'
validate: /usr/sbin/sshd -t %s
validate: /usr/sbin/sshd -t -f %s
backup: yes
'''