diff options
author | Slack Coder <slackcoder@server.ky> | 2023-09-15 15:23:49 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2023-09-15 15:23:49 -0500 |
commit | 2fda2161877e61e16b7f208ba1f92f650776cbe2 (patch) | |
tree | 1a8a9985aa3fc2c8ce80ac8b85722e8ae3edc5e3 /todo/Upgradepkg flags.md | |
parent | 21ebdefdc012cf6430ad151eb7ecfa883ded8830 (diff) | |
download | pkgtools-go-2fda2161877e61e16b7f208ba1f92f650776cbe2.tar.xz |
add multiple todos
Diffstat (limited to 'todo/Upgradepkg flags.md')
-rw-r--r-- | todo/Upgradepkg flags.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/todo/Upgradepkg flags.md b/todo/Upgradepkg flags.md new file mode 100644 index 0000000..017190b --- /dev/null +++ b/todo/Upgradepkg flags.md @@ -0,0 +1,10 @@ +# Upgradepkg flags + +Support more upgradepkg flags + +``` +--dry-run only display what would be done +--install-new install new packages also +--reinstall upgrade packages of the same version +--verbose display all the gory details of the upgrade +``` |