Skip to content

Commit 4ee0887

Browse files
jongyoulclaude
andcommitted
[ZEPPELIN-6404] Fix help text alignment in merge-pr.java
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49b6c3c commit 4ee0887

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

dev/merge-pr.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ private MergePr(String[] args) {
9999

100100
private static void printUsage() {
101101
System.err.println("Usage: java dev/merge-pr.java [flags]");
102-
System.err.println(" --pr int Pull request number (required)");
103-
System.err.println(" --target string Target branch (default: PR base branch)");
104-
System.err.println(" --fix-versions value JIRA fix version(s), comma-separated");
105-
System.err.println(" --release-branches value Release branch(es) to cherry-pick into, comma-separated");
106-
System.err.println(" --resolve-jira Resolve associated JIRA issue(s)");
107-
System.err.println(" --dry-run Show what would be done without making changes");
108-
System.err.println(" --push-remote string Git remote for pushing (default: apache)");
109-
System.err.println(" --github-token string GitHub OAuth token (env: GITHUB_OAUTH_KEY)");
110-
System.err.println(" --jira-token string JIRA access token (env: JIRA_ACCESS_TOKEN)");
102+
System.err.println(" --pr int Pull request number (required)");
103+
System.err.println(" --target string Target branch (default: PR base branch)");
104+
System.err.println(" --fix-versions value JIRA fix version(s), comma-separated");
105+
System.err.println(" --release-branches value Release branch(es) to cherry-pick into, comma-separated");
106+
System.err.println(" --resolve-jira Resolve associated JIRA issue(s)");
107+
System.err.println(" --dry-run Show what would be done without making changes");
108+
System.err.println(" --push-remote string Git remote for pushing (default: apache)");
109+
System.err.println(" --github-token string GitHub OAuth token (env: GITHUB_OAUTH_KEY)");
110+
System.err.println(" --jira-token string JIRA access token (env: JIRA_ACCESS_TOKEN)");
111111
}
112112

113113
private static List<String> parseCsv(String value) {

0 commit comments

Comments
 (0)