fix grammar

This commit is contained in:
Celogeek 2024-03-03 10:25:29 +01:00
parent 06d690d493
commit a96b94f9d0
Signed by: celogeek
SSH Key Fingerprint: SHA256:njNJLzoLQdbV9PC6ehcruRb0QnEgxABoCYZ+0+aUIYc
2 changed files with 35 additions and 34 deletions

View File

@ -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

View File

@ -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")