1
Fork 0
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:
Roy Ivy III 2020-10-11 17:38:46 -05:00
parent 4a041f95e3
commit 77a04546f0

View file

@ -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