git-bug_board_description_edit.md

 1## git-bug board description edit
 2
 3Edit a description of a board
 4
 5```
 6git-bug board description edit [BUG_ID] [flags]
 7```
 8
 9### Options
10
11```
12  -t, --description string   Provide a description for the board
13      --non-interactive      Do not ask for user input
14  -h, --help                 help for edit
15```
16
17### SEE ALSO
18
19* [git-bug board description](git-bug_board_description.md)	 - Display the description of a board
20