andrewchambers / bupstash

Easy and efficient encrypted backups.
https://bupstash.io
MIT License
897 stars 31 forks source link

Add space between brackets in doc to make precedence grouping example valid #399

Open hauskens opened 9 months ago

hauskens commented 9 months ago

The example query will lead to a query error, as the syntax is not valid. bupstash list [hostname=server1 or hostname=server2] will fail, while bupstash list [ hostname=server1 or hostname=server2 ] will work.