Home
last modified time | relevance | path

Searched refs:new_comment (Results 1 – 3 of 3) sorted by relevance

/DragonOS/user/apps/user-manage/src/check/
H A Dinfo.rs39 pub new_comment: Option<String>, field
H A Dcheck.rs319 info.new_comment = Some(arg.clone()); in parse_options()
/DragonOS/user/apps/user-manage/src/executor/
H A Dexecutor.rs343 if let Some(new_comment) = &info.new_comment { in update_passwd_file()
344 fields[4] = new_comment; in update_passwd_file()