mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
fix/printf ~ use calculated VERSION
This commit is contained in:
parent
4a041f95e3
commit
77a04546f0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ mod memo;
|
|||
mod tokenize;
|
||||
|
||||
static NAME: &str = "printf";
|
||||
static VERSION: &str = "0.0.1";
|
||||
static VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
static SHORT_USAGE: &str = "printf: usage: printf [-v var] format [arguments]";
|
||||
static LONGHELP_LEAD: &str = "printf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue