docker: fix typo

This commit is contained in:
mkenigs 2019-05-22 08:40:01 -07:00 committed by GitHub
parent 42c0ce80e6
commit 42232ebea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,8 @@ in
description = description =
'' ''
When enabled dockerd is started on boot. This is required for When enabled dockerd is started on boot. This is required for
container, which are created with the containers which are created with the
<literal>--restart=always</literal> flag, to work. If this option is <literal>--restart=always</literal> flag to work. If this option is
disabled, docker might be started on demand by socket activation. disabled, docker might be started on demand by socket activation.
''; '';
}; };