Fix markdown syntax
This commit is contained in:
parent
f2ce80cf2b
commit
12f37b952c
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ command line. It's provide parameters permiting :
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
'''
|
```
|
||||||
backuppcQueueBackup
|
backuppcQueueBackup
|
||||||
|
|
||||||
Script to queue backup in BackupPC from command line
|
Script to queue backup in BackupPC from command line
|
||||||
|
@ -31,4 +31,4 @@ Options:
|
||||||
--backoff During stop Backup action, say BackupPC do not automatically
|
--backoff During stop Backup action, say BackupPC do not automatically
|
||||||
start backup during next x hour(s) (Default : 1 hour(s))
|
start backup during next x hour(s) (Default : 1 hour(s))
|
||||||
--dry-run,-j Perform a trial run (do nothing real)
|
--dry-run,-j Perform a trial run (do nothing real)
|
||||||
'''
|
```
|
||||||
|
|
Loading…
Reference in a new issue