diff --git a/pages/linux/kpackagetool5.md b/pages/linux/kpackagetool5.md index e181bc6e38..a10804f203 100644 --- a/pages/linux/kpackagetool5.md +++ b/pages/linux/kpackagetool5.md @@ -9,16 +9,16 @@ - Install the package from a directory: -`kpackagetool5 --type {{package_type}} --install {{path/to/directory}}` +`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}` - Update installed package from a directory: -`kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}` +`kpackagetool5 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}` - List installed plasmoids (`--global` for all users): -`kpackagetool5 --type Plasma/Applet --list --global` +`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}` - Remove a plasmoid by name: -`kpackagetool5 --type Plasma/Applet --remove "{{name}}"` +`kpackagetool5 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"` diff --git a/pages/linux/kpackagetool6.md b/pages/linux/kpackagetool6.md index 34c64a6532..4f4a737afd 100644 --- a/pages/linux/kpackagetool6.md +++ b/pages/linux/kpackagetool6.md @@ -9,16 +9,16 @@ - Install the package from a directory: -`kpackagetool6 --type {{package_type}} --install {{path/to/directory}}` +`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}` - Update installed package from a directory: -`kpackagetool6 --type {{package_type}} --upgrade {{path/to/directory}}` +`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}` - List installed plasmoids (`--global` for all users): -`kpackagetool6 --type Plasma/Applet --list --global` +`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}` - Remove a plasmoid by name: -`kpackagetool6 --type Plasma/Applet --remove "{{name}}"` +`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"`