diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
commit | b76f47b910bd924f1384dad71043d39f5dfe1f18 (patch) | |
tree | 1dad628e1e63121d592b3c2b0ccb6b8cdd9563f6 /doc/cli.sh | |
parent | 0a66376a54b3ef4b1c754e65cc2f7d0e8b2987e8 (diff) |
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,8 +14,8 @@ while [ $# -gt 0 ]; do --clean) rm -f brep*.xhtml brep*.1 rm -f build2-repository-interface-manual*.ps \ - build2-repository-interface-manual*.pdf \ - build2-repository-interface-manual.xhtml + build2-repository-interface-manual*.pdf \ + build2-repository-interface-manual.xhtml exit 0 ;; *) |