Skip to content

[support] Fix the htpasswd command comment

Nicolas Frandeboeuf requested to merge nicofrand/kresus:fixSupportDoc into master

man htpasswd gives:

Usage:
        htpasswd [-cimBdpsDv] [-C cost] passwordfile username
        htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password

        htpasswd -n[imBdps] [-C cost] username
        htpasswd -nb[mBdps] [-C cost] username password

Merge request reports