fix/printf ~ use calculated VERSION

This commit is contained in:
Roy Ivy III
2020-10-11 17:39:50 -05:00
parent 4a041f95e3
commit 77a04546f0
+1 -1
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