commands/vpasswds.cc
changeset 2 b3afb9f1e801
parent 0 6f7a81934006
equal deleted inserted replaced
1:30113bfbe723 2:b3afb9f1e801
    19 #include <stdlib.h>
    19 #include <stdlib.h>
    20 #include "fdbuf/fdbuf.h"
    20 #include "fdbuf/fdbuf.h"
    21 #include "mystring/mystring.h"
    21 #include "mystring/mystring.h"
    22 #include "misc/response.h"
    22 #include "misc/response.h"
    23 #include "config/configrc.h"
    23 #include "config/configrc.h"
    24 #include "cli/cli.h"
    24 #include "cli++/cli++.h"
    25 #include "vcommand.h"
    25 #include "vcommand.h"
    26 
    26 
    27 const char* cli_program = "vpasswds";
    27 const char* cli_program = "vpasswds";
    28 const char* cli_help_prefix = "Changes the passwords for a list of virtual users\n";
    28 const char* cli_help_prefix = "Changes the passwords for a list of virtual users\n";
    29 const char* cli_help_suffix = "";
    29 const char* cli_help_suffix = "";