Skip to content

Commit

Permalink
Remove obsolete log alias. (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffret-b authored Oct 21, 2020
1 parent f47c65a commit 4a31661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/remoting/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public class Launcher {
* If specified, this option overrides the default destination within {@link #workDir}.
* If both this options and {@link #workDir} is not set, the log will not be generated.
*/
@Option(name="-agentLog", aliases = {"-slaveLog"}, usage="Local agent error log destination (overrides workDir)")
@Option(name="-agentLog", usage="Local agent error log destination (overrides workDir)")
@CheckForNull
public File agentLog = null;

Expand Down

0 comments on commit 4a31661

Please sign in to comment.