Browse Source

Doc dry run mode on deletion

Brendan Abolivier 5 years ago
parent
commit
65a294d757
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      content/install-party-1.0.md

+ 3
- 0
content/install-party-1.0.md View File

119
 $
119
 $
120
 ```
120
 ```
121
 
121
 
122
+Of course, this deletion mode also has a dry-run mode, which can be turned on
123
+with `-d`.
124
+
122
 They can also delete specific servers with `-s foo -s bar` (which would only
125
 They can also delete specific servers with `-s foo -s bar` (which would only
123
 delete the servers `foo` and `bar`), or delete every server except one or more
126
 delete the servers `foo` and `bar`), or delete every server except one or more
124
 with `-a -e foo -e bar` (which would delete every server but `foo` and `bar`).
127
 with `-a -e foo -e bar` (which would delete every server but `foo` and `bar`).