mirror of https://github.com/borgbackup/borg.git
whitespace
This commit is contained in:
parent
69040588cd
commit
ad85f64842
|
@ -925,9 +925,9 @@ Type "Yes I am sure" if you understand this and want to continue.\n""")
|
|||
it is recommended you run this on a copy of the Attic
|
||||
repository, in case something goes wrong, for example:
|
||||
|
||||
cp -a attic borg
|
||||
borg convert -n borg
|
||||
borg convert borg
|
||||
cp -a attic borg
|
||||
borg convert -n borg
|
||||
borg convert borg
|
||||
|
||||
you have been warned.""")
|
||||
subparser = subparsers.add_parser('convert', parents=[common_parser],
|
||||
|
|
Loading…
Reference in New Issue