1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 20:47:46 +00:00

Update src/uu/pinky/src/pinky.rs

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Masahito Osako 2023-04-03 14:57:01 +09:00 committed by GitHub
parent 3887bc7af4
commit cae3e6d13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ use clap::{crate_version, Arg, ArgAction, Command};
use std::path::PathBuf; use std::path::PathBuf;
use uucore::{format_usage, help_about, help_usage}; use uucore::{format_usage, help_about, help_usage};
static ABOUT: &str = help_about!("pinky.md"); const ABOUT: &str = help_about!("pinky.md");
const USAGE: &str = help_usage!("pinky.md"); const USAGE: &str = help_usage!("pinky.md");
mod options { mod options {