Update about-text in imag-ids
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
33210dbde0
commit
0d103653ea
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ fn main() {
|
||||||
let version = make_imag_version!();
|
let version = make_imag_version!();
|
||||||
let rt = generate_runtime_setup("imag-ids",
|
let rt = generate_runtime_setup("imag-ids",
|
||||||
&version,
|
&version,
|
||||||
"print all ids",
|
"Print all ids, optionally filtered with a user-defined filter",
|
||||||
build_ui);
|
build_ui);
|
||||||
|
|
||||||
let print_storepath = rt.cli().is_present("print-storepath");
|
let print_storepath = rt.cli().is_present("print-storepath");
|
||||||
|
|
Loading…
Reference in a new issue