readme formatting
This commit is contained in:
parent
4d1dfd08ed
commit
578bf97505
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
author = "Paul Wilde"
|
||||
description = "A Borg Backup Wrapper"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
|
|
@ -11,6 +11,7 @@ var norg_args*: NorgArgs = NorgArgs()
|
|||
|
||||
proc parseArgs*() =
|
||||
var p = newParser:
|
||||
help("Norg\r\nA portable borg backup wrapper utility")
|
||||
option("-c", "--config", help="Config file to use", required = true)
|
||||
option("-d", "--destination", help="Destination when extracting backup", required = false)
|
||||
arg("borg_cmd", default=some("list"))
|
||||
|
|
Loading…
Reference in a new issue