Remove extraneous "deprecated" notation

This deprecated notation was supposed to be on the "useradd_all"
function, but somehow was moved to the "useradd" function.

Fixes #42870
This commit is contained in:
rallytime 2017-08-11 14:31:17 -04:00
parent da71f2a11b
commit 71e7581a2d

View file

@ -35,8 +35,6 @@ def useradd(pwfile, user, password, opts='', runas=None):
Add a user to htpasswd file using the htpasswd command. If the htpasswd
file does not exist, it will be created.
.. deprecated:: 2016.3.0
pwfile
Path to htpasswd file