Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
caucase
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
caucase
Commits
23cd89ba
Commit
23cd89ba
authored
Sep 14, 2017
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
http: --backup-directory expects a path, not a template of a path.
Remove this outdated mention.
parent
bd2cc177
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
caucase/http.py
caucase/http.py
+1
-1
No files found.
caucase/http.py
View file @
23cd89ba
...
@@ -354,7 +354,7 @@ def main(argv=None):
...
@@ -354,7 +354,7 @@ def main(argv=None):
)
)
backup_group
.
add_argument
(
backup_group
.
add_argument
(
'--backup-directory'
,
'--backup-directory'
,
help
=
'Backup
file path template
. Backups will be periodically stored in '
help
=
'Backup
directory path
. Backups will be periodically stored in '
'given directory, encrypted with all certificates which are valid at the '
'given directory, encrypted with all certificates which are valid at the '
'time of backup generation. Any one of the associated private keys can '
'time of backup generation. Any one of the associated private keys can '
'decypher it. If not set, no backup will be created.'
,
'decypher it. If not set, no backup will be created.'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment