Update about-text in imag-tag
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
5b4715b311
commit
f970fc987f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ fn main() {
|
||||||
let version = make_imag_version!();
|
let version = make_imag_version!();
|
||||||
let rt = generate_runtime_setup("imag-tag",
|
let rt = generate_runtime_setup("imag-tag",
|
||||||
&version,
|
&version,
|
||||||
"Direct interface to the store. Use with great care!",
|
"Add and remove tags for entries",
|
||||||
build_ui);
|
build_ui);
|
||||||
|
|
||||||
let ids : Vec<PathBuf> = rt
|
let ids : Vec<PathBuf> = rt
|
||||||
|
|
Loading…
Reference in a new issue