Skip to content

Commit 35b243a

Browse files
sylvestrecakebaker
andauthored
Update src/uucore/src/lib/mods/clap_localization.rs
Co-authored-by: Daniel Hofstetter <[email protected]>
1 parent a948259 commit 35b243a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/src/lib/mods/clap_localization.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ pub fn handle_clap_error_with_exit_code(err: Error, exit_code: i32) -> ! {
520520
formatter.print_error_and_exit(&err, exit_code);
521521
}
522522

523-
/// Configures a clap Command with proper localization and color settings.
523+
/// Configures a clap `Command` with proper localization and color settings.
524524
///
525525
/// This function sets up a Command with:
526526
/// - Appropriate color settings based on environment variables (NO_COLOR, CLICOLOR_FORCE, etc.)

0 commit comments

Comments
 (0)