mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fix typos of omitted
This commit is contained in:
parent
3029f64481
commit
2e9b520d84
@ -965,7 +965,7 @@ purge = salt.utils.alias_function(remove, 'purge')
|
||||
def upgrade(*names, **kwargs):
|
||||
'''
|
||||
Upgrade named or all packages (run a ``pkg upgrade``). If <package name> is
|
||||
ommitted, the operation is executed on all packages.
|
||||
omitted, the operation is executed on all packages.
|
||||
|
||||
CLI Example:
|
||||
|
||||
|
@ -691,7 +691,7 @@ def create_crl(path=None, text=False, signing_private_key=None,
|
||||
the serial number to revoke, or ``certificate`` with either the PEM encoded text of
|
||||
the certificate, or a path ot the certificate to revoke.
|
||||
|
||||
The dict can optionally contain the ``revocation_date`` key. If this key is ommitted
|
||||
The dict can optionally contain the ``revocation_date`` key. If this key is omitted
|
||||
the revocation date will be set to now. If should be a string in the format "%Y-%m-%d %H:%M:%S".
|
||||
|
||||
The dict can also optionally contain the ``not_after`` key. This is redundant if the
|
||||
@ -1018,7 +1018,7 @@ def create_certificate(path=None, text=False, ca_server=None, **kwargs):
|
||||
version value, so ``version=3`` sets the certificate version field to 0x2.
|
||||
|
||||
serial_number:
|
||||
The serial number to assign to this certificate. If ommited a random serial number of size
|
||||
The serial number to assign to this certificate. If omitted a random serial number of size
|
||||
``serial_bits`` is generated.
|
||||
|
||||
serial_bits:
|
||||
|
Loading…
Reference in New Issue
Block a user