mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 05:12:40 +03:00
Fix typo in strip-ansi-escapes --help
output
This commit is contained in:
parent
c930e333c4
commit
807f483462
@ -9,7 +9,7 @@ use termwiz::escape::{Action, ControlCode};
|
|||||||
)]
|
)]
|
||||||
/// This is a little utility that strips escape sequences from
|
/// This is a little utility that strips escape sequences from
|
||||||
/// stdin and prints the result on stdout.
|
/// stdin and prints the result on stdout.
|
||||||
/// It preserves only printable characters and CL, LF and HT.
|
/// It preserves only printable characters and CR, LF and HT.
|
||||||
///
|
///
|
||||||
/// This utility is part of WezTerm.
|
/// This utility is part of WezTerm.
|
||||||
///
|
///
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! This is a little utility that strips escape sequences from
|
//! This is a little utility that strips escape sequences from
|
||||||
//! stdin and prints the result on stdout.
|
//! stdin and prints the result on stdout.
|
||||||
//! It preserves only printable characters and CL, LF and HT.
|
//! It preserves only printable characters and CR, LF and HT.
|
||||||
use std::io::{Read, Result};
|
use std::io::{Read, Result};
|
||||||
use termwiz::escape::parser::Parser;
|
use termwiz::escape::parser::Parser;
|
||||||
use termwiz::escape::{Action, ControlCode};
|
use termwiz::escape::{Action, ControlCode};
|
||||||
|
Loading…
Reference in New Issue
Block a user