From 8db4106150dff9a50c672cfc109d2ff4736ba32a Mon Sep 17 00:00:00 2001 From: Tiago Donato Date: Mon, 15 Jul 2019 21:53:30 -0500 Subject: [PATCH] Update documentation of borg create Corrects a mention of borg 1.1 as a future version. --- docs/usage/create.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/create.rst b/docs/usage/create.rst index 6529eeffc..a5fa21d74 100644 --- a/docs/usage/create.rst +++ b/docs/usage/create.rst @@ -58,7 +58,7 @@ Examples # Use short hostname, user name and current time in archive name $ borg create /path/to/repo::{hostname}-{user}-{now} ~ - # Similar, use the same datetime format as borg 1.1 will have as default + # Similar, use the same datetime format that is default as of borg 1.1 $ borg create /path/to/repo::{hostname}-{user}-{now:%Y-%m-%dT%H:%M:%S} ~ # As above, but add nanoseconds $ borg create /path/to/repo::{hostname}-{user}-{now:%Y-%m-%dT%H:%M:%S.%f} ~