Fix basic message

This commit is contained in:
bootandy
2018-03-20 16:12:34 -04:00
parent cef95fa415
commit b0e971891e

View File

@@ -71,7 +71,7 @@ struct Dir {
static DEFAULT_NUMBER_OF_LINES: &'static str = "15";
fn main() {
let options = App::new("Trailing args example")
let options = App::new("Dust")
.setting(AppSettings::TrailingVarArg)
.arg(
Arg::with_name("number_of_lines")