- Timestamp:
- Jul 21, 2011, 5:06:19 PM (13 years ago)
- Branches:
- master, release-1.10, release-1.9
- Children:
- 6500907
- Parents:
- d8f22b6
- git-author:
- Jason Gross <jgross@mit.edu> (07/20/11 03:09:43)
- git-committer:
- Jason Gross <jgross@mit.edu> (07/21/11 17:06:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cmd.c
rce68f23 r14be3a5 260 260 if (cmd->usage && *cmd->usage) { 261 261 s = cmd->usage; 262 indent = owl_text_indent(s, OWL_TAB );262 indent = owl_text_indent(s, OWL_TAB, true); 263 263 owl_fmtext_append_bold(fm, "\nSYNOPSIS\n"); 264 264 owl_fmtext_append_normal(fm, indent); … … 274 274 if (cmd->description && *cmd->description) { 275 275 s = cmd->description; 276 indent = owl_text_indent(s, OWL_TAB );276 indent = owl_text_indent(s, OWL_TAB, true); 277 277 owl_fmtext_append_bold(fm, "\nDESCRIPTION\n"); 278 278 owl_fmtext_append_normal(fm, indent);
Note: See TracChangeset
for help on using the changeset viewer.