diff --git a/tldr/duckdb b/tldr/duckdb index 1a101104..1ed0ee3d 100644 --- a/tldr/duckdb +++ b/tldr/duckdb @@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git - Run an SQL script: -`duckdb -c ".read {{path/to/script.sql}}"` +`duckdb -f {{path/to/script.sql}}` - Run query on database file and keep the interactive shell open: diff --git a/tldr/linux/pacman-sync b/tldr/linux/pacman-sync index 97d98da6..8670df26 100644 --- a/tldr/linux/pacman-sync +++ b/tldr/linux/pacman-sync @@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git `sudo pacman -Syu --noconfirm {{package}}` -- Search ([s]) the package database for a regular expression or keyword: +- [s]earch the package database for a regular expression or keyword: `pacman -Ss "{{search_pattern}}"` @@ -37,6 +37,6 @@ source: https://github.com/tldr-pages/tldr.git `sudo pacman -Sc` -- Specify the package version you want to install: +- Specify the package version that should be installed: `sudo pacman -S {{package}}={{version}}`