mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 11:09:49 +08:00
Fix unintentional wordwrap of ExecutionCommand arguments markdown
This commit is contained in:
@@ -446,7 +446,7 @@ public class ExecutionCommand {
|
|||||||
argumentsString.append(MarkdownUtils.getMultiLineMarkdownStringEntry("Arg " + (i + 1), argumentsArray[i], "-")).append("\n");
|
argumentsString.append(MarkdownUtils.getMultiLineMarkdownStringEntry("Arg " + (i + 1), argumentsArray[i], "-")).append("\n");
|
||||||
}
|
}
|
||||||
} else{
|
} else{
|
||||||
argumentsString.append(" -");
|
argumentsString.append(" - ");
|
||||||
}
|
}
|
||||||
|
|
||||||
return argumentsString.toString();
|
return argumentsString.toString();
|
||||||
|
Reference in New Issue
Block a user