Skip to content

Commit a7d8404

Browse files
committed
updates readme args
1 parent ee0889a commit a7d8404

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ Note: Only the server is deleted. Attachments such as mounted volumes, floating
3535
## Help
3636
```
3737
> hcloud-selfdestruct --help
38-
usage: hcloud-selfdestruct [-h] --api-token API_TOKEN [--server-id SERVER_ID] [--apprise-id APPRISE_ID] [--shutdown]
38+
usage: hcloud-selfdestruct [-h] --api-token API_TOKEN [--server-id SERVER_ID] [--apprise-id APPRISE_ID] [--shutdown] [--version]
3939
4040
cli tool to self destruct a hetzner cloud server
4141
4242
options:
4343
-h, --help show this help message and exit
44+
4445
--api-token API_TOKEN, --api API_TOKEN, --token API_TOKEN
4546
hetzner cloud api token
4647
@@ -51,6 +52,8 @@ options:
5152
apprise notification string
5253
5354
--shutdown just shutdown the server and not destroy it
55+
56+
--version, -v show program's version number and exit
5457
```
5558

5659
Find the apprise syntax here: [apprise wiki](https://github.com/caronc/apprise/wiki#notification-services)

0 commit comments

Comments
 (0)