From d083b9bf322565e990ab7adf35aa2d2dd3f2bc74 Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 16 Jun 2019 09:09:28 +0300 Subject: [PATCH] Remove flags from the README We have --help for that --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index bf452786..6ed48596 100644 --- a/README.md +++ b/README.md @@ -110,19 +110,6 @@ Just run `topgrade`. It will run the following steps: * **macOS**: Upgrade App Store applications * **FreeBSD**: Run `freebsd-upgrade` -## 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. -* `-c/--cleanup` - Topgrade will instruct package managers to remove old or unused files -* `-n/--dry-run` - Print what should be run. -* `--disable [STEPS]` - Disable one or more steps: - * `system` - Skip the system upgrade phase. - * `git-repos` - Don't pull custom git repositories. - * `emacs` - Don't upgrade Emacs packages or configuration files. - * `vim` - Don't upgrade Vim/NeoVim packages or configuration files. - * `gem` - Don't upgrade ruby gems. -* `--no-retry` - Don't ask to retry failed steps. - ## Customization Here's an example for a configuration file: