mirror of
https://github.com/celogeek/piwigo-cli.git
synced 2025-05-25 02:02:37 +02:00
fix grammar
This commit is contained in:
parent
06d690d493
commit
a96b94f9d0
@ -222,7 +222,7 @@ Retag the image you mark as "todo:todo-2006", 50 max at a time, by keeping the p
|
|||||||
$ piwigo-cli images tag -x ^todo -T todo:todo-2006 -m 50 -K
|
$ piwigo-cli images tag -x ^todo -T todo:todo-2006 -m 50 -K
|
||||||
```
|
```
|
||||||
|
|
||||||
It display in well on iTerm:
|
It displays in well on iTerm:
|
||||||
|
|
||||||
- image
|
- image
|
||||||
- some details with the previous tag
|
- some details with the previous tag
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
Tree builder and viewer
|
Tree builder and viewer
|
||||||
|
|
||||||
This allow you to create a tree of files and display them as a tree or flat view.
|
This allows you to create a tree of files and display them as a tree or flat view.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
||||||
t := tree.New()
|
t := tree.New()
|
||||||
t.AddPath("a/b/c/d")
|
t.AddPath("a/b/c/d")
|
||||||
t.AddPath("a/b/e/f")
|
t.AddPath("a/b/e/f")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user