Commit 0a5772f3 authored by Lukas Niegsch's avatar Lukas Niegsch

fixed typo

parent 344dad1c
...@@ -40,7 +40,7 @@ class Recipe(GenericBaseRecipe): ...@@ -40,7 +40,7 @@ class Recipe(GenericBaseRecipe):
:param str pidfile: path to pidfile ensure exclusivity for the process :param str pidfile: path to pidfile ensure exclusivity for the process
:param lines private-tmpfs: list of "<size> <path>" private tmpfs, using user namespaces :param lines private-tmpfs: list of "<size> <path>" private tmpfs, using user namespaces
:param bool reserve-cpu: command will ask for an exclusive CPU core :param bool reserve-cpu: command will ask for an exclusive CPU core
:param lines environment: environmental variables for the shell :param lines environment: environment variables for the shell
""" """
_existing = () _existing = ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment