diff options
-rw-r--r-- | documentation/contributor-guide/submit-changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index 68903ad7a8..551911aced 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -123,7 +123,7 @@ to add the upgraded version. | |||
123 | 123 | ||
124 | $ git commit -s file1 file2 dir1 dir2 ... | 124 | $ git commit -s file1 file2 dir1 dir2 ... |
125 | 125 | ||
126 | To include **a**\ ll staged files:: | 126 | To include all staged files:: |
127 | 127 | ||
128 | $ git commit -sa | 128 | $ git commit -sa |
129 | 129 | ||