Signed-off-by: Yann Dirson <redacted>
---
Documentation/stg-branch.txt | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/stg-branch.txt b/Documentation/stg-branch.txt
index 2efe7b1..25c9c19 100644
--- a/Documentation/stg-branch.txt
+++ b/Documentation/stg-branch.txt
@@ -16,6 +16,7 @@ SYNOPSIS
'stg' branch --create <newstack> [<commit-id>]
'stg' branch --clone [<newstack>]
'stg' branch --rename <oldname> <newname>
+'stg' branch --description=<description> [<branch>]
'stg' branch --protect [<branch>]
'stg' branch --unprotect [<branch>]
'stg' branch --delete [--force] <branch>
@@ -66,6 +67,9 @@ a new stack off the current branch.
'stg' branch [-r | --rename]::
Rename the stack named <oldname> to <newname>.
+'stg' branch [-d <desc> | --description=<desc>]::
+ Set the branch description.
+
'stg' branch [-p | --protect]::
Protect the named stack or the current one, preventing
further StGIT operations from modifying this stack.