mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
rename dump to chorus_dump
This commit is contained in:
parent
585dda0cb8
commit
c8b365f264
@ -10,7 +10,7 @@ fn main() -> Result<(), Error> {
|
||||
// Get args (config path)
|
||||
let mut args = env::args();
|
||||
if args.len() <= 1 {
|
||||
panic!("USAGE: chorus <config_path>");
|
||||
panic!("USAGE: chorus_dump <chorus_config_path>");
|
||||
}
|
||||
let _ = args.next(); // ignore program name
|
||||
let config_path = args.next().unwrap();
|
||||
Loading…
x
Reference in New Issue
Block a user