Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jon Shahen
mohawk-2.0
Commits
5f8e3136
Commit
5f8e3136
authored
Oct 16, 2014
by
Jonathan Shahen
Browse files
Small fix to the Option description
parent
ffcb43d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mohawk/MohawkMain.java
View file @
5f8e3136
...
@@ -88,7 +88,7 @@ public class MohawkMain {
...
@@ -88,7 +88,7 @@ public class MohawkMain {
options
.
addOption
(
OptionBuilder
options
.
addOption
(
OptionBuilder
.
withArgName
(
"string"
)
.
withArgName
(
"string"
)
.
withDescription
(
.
withDescription
(
"The new line string when wrapping a long line (default '\n ')"
)
"The new line string when wrapping a long line (default '\
\
n ')"
)
.
hasArg
().
create
(
"linestr"
));
.
hasArg
().
create
(
"linestr"
));
// Add File IO Options
// Add File IO Options
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment