Browse Source

ran build_usage

Thomas Waldmann 8 years ago
parent
commit
84637322f2
1 changed files with 13 additions and 1 deletions
  1. 13 1
      docs/usage/help.rst.inc

+ 13 - 1
docs/usage/help.rst.inc

@@ -128,7 +128,19 @@ borg help placeholders
 
  {borgversion}
 
-     The version of borg.
+     The version of borg, e.g.: 1.0.8rc1
+
+ {borgmajor}
+
+     The version of borg, only the major version, e.g.: 1
+
+ {borgminor}
+
+     The version of borg, only major and minor version, e.g.: 1.0
+
+ {borgpatch}
+
+     The version of borg, only major, minor and patch version, e.g.: 1.0.8
 
 Examples::