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:
parent
3887bc7af4
commit
cae3e6d13f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue