mirror of
https://github.com/mag37/dockcheck.git
synced 2026-03-02 15:10:32 +01:00
Allow ranges to be used for selection (#267)
* Allow ranges to be used for selection. * String consistency * Yet another change of the selection dialog, as suggested. --------- Co-authored-by: Max <>
This commit is contained in:
parent
7785e869d3
commit
5cef6c20ff
2 changed files with 22 additions and 6 deletions
|
|
@ -99,7 +99,7 @@ Containers with updates available:
|
|||
03) whoogle-search
|
||||
|
||||
Choose what containers to update:
|
||||
Enter number(s) separated by comma, [a] for all - [q] to quit: 1,2
|
||||
Enter number(s) or range(s) separated by comma (e.g. 1-2,4-5,09), [a] for all - [q] to quit: 1-2
|
||||
```
|
||||
|
||||
Then it proceeds to run `pull` and `up -d` on every container with updates.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue