Makefile: add 'strip' target
[gitweb.git] / Documentation / git-commit.txt
index 8b91f221fe0ea4dacd1f373fbd90d023ddc766b3..e0ff74f648fa57bc1a6d100f886fca424051ce8a 100644 (file)
@@ -7,7 +7,9 @@ git-commit - Record your changes
 
 SYNOPSIS
 --------
-'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>] [-e] [--] <file>...
+[verse]
+'git-commit' [-a] [-s] [-v] [(-c | -C) <commit> | -F <file> | -m <msg>]
+          [-e] [--] <file>...
 
 DESCRIPTION
 -----------