Skip to content

Commit 68c2bbf

Browse files
committed
updated command header level in documentation
1 parent 644ba8b commit 68c2bbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/commands.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Commands
22

3-
### `backup:list`
3+
## `backup:list`
44

55
Lists backups available.
66

@@ -16,7 +16,7 @@ The index where this command should start listing
1616
The number of backups shown
1717

1818

19-
### `backup:create`
19+
## `backup:create`
2020

2121
Creates a single backup.
2222

@@ -25,7 +25,7 @@ Creates a single backup.
2525
```
2626

2727

28-
### `backup:restore`
28+
## `backup:restore`
2929

3030
Restores a single backup.
3131

@@ -38,7 +38,7 @@ Restores a single backup.
3838
If this flag is set, you dont have to confirm this action by pressing <kbd>Y</kbd> + <kbd>Return</kbd>.
3939

4040

41-
### `backup:delete`
41+
## `backup:delete`
4242

4343
Deletes a single backup.
4444

@@ -52,7 +52,7 @@ If this flag is set, you dont have to confirm this action by pressing <kbd>Y</kb
5252

5353

5454

55-
### `backup:prune`
55+
## `backup:prune`
5656

5757
Deletes all backups, but you can keep the latest X Backups with the `--keep` option.
5858

0 commit comments

Comments
 (0)