From 0de7469ff27d9995683b95e78a397ad19011f3d2 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Mon, 27 Aug 2018 13:17:27 +0300 Subject: [PATCH] Document missing flags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7604d47..60673aaf 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Just run `topgrade`. It will run the following steps: ## Flags * `-t/--tmux` - Topgrade will launch itself in a new tmux session. This flag has no effect if Topgrade already runs inside tmux. This is useful when using topgrade on remote systems. +* `-n/--dry-run` - Print what should be run. +* `--no-system` - Skip the system upgrade phase. ## Customization You can place a configuration file at `~/.config/topgrade.toml`. Here's an example: