Explorar o código

Merge pull request #4686 from tgdnt/master

Update documentation of borg create
TW %!s(int64=5) %!d(string=hai) anos
pai
achega
5293d4987c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/usage/create.rst

+ 1 - 1
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} ~