This commit is contained in:
Kevin Cotugno 2018-03-21 20:33:14 -07:00
parent 1f68250508
commit 948f2672cc

View File

@ -21,7 +21,7 @@ fn parse_args() -> String {
let mut args: Vec<String> = env::args().collect();
if args.len() < 2 {
panic!("Must supply an string to encode");
panic!("Must supply a string to encode");
}
args.remove(1)