浏览代码

ran build_usage

Thomas Waldmann 8 年之前
父节点
当前提交
84637322f2
共有 1 个文件被更改,包括 13 次插入1 次删除
  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::