Searched refs:new_comment (Results 1 – 3 of 3) sorted by relevance
39 pub new_comment: Option<String>, field
319 info.new_comment = Some(arg.clone()); in parse_options()
343 if let Some(new_comment) = &info.new_comment { in update_passwd_file()344 fields[4] = new_comment; in update_passwd_file()