fix description
This commit is contained in:
parent
b9e341dfc1
commit
fbcf30d9d5
|
@ -10,14 +10,14 @@ private string programName = "chkpass";
|
|||
int main(string[] args) {
|
||||
auto argumets = new Program(programName, chkpassVersion)
|
||||
.add(new Command("check", "check user password")
|
||||
.add(new Option("m", "module", "use a dedicated PAM module")
|
||||
.add(new Option("m", "module", "use a special PAM module")
|
||||
.optional)
|
||||
.add(new Argument("username")
|
||||
.required)
|
||||
.add(new Argument("password")
|
||||
.required))
|
||||
.add(new Command("change", "change user password")
|
||||
.add(new Option("m", "module", "use a dedicated PAM module")
|
||||
.add(new Option("m", "module", "use a special PAM module")
|
||||
.optional)
|
||||
.add(new Argument("username")
|
||||
.required)
|
||||
|
|
Loading…
Reference in New Issue