2 # the export the user file to ascii command
8 return (1, $self->msg('e5')) unless $self->priv >= 9;
10 my ($fn, $flag) = split /\s+/, $line;
11 my $strip = $flag eq 'strip';
13 my @out = $self->spawn_cmd("export_users", \&DXUser::export, args => [$fn, $strip]);