Skip to content

Commit

Permalink
Fix filesystem export command parameter handling (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
novotnyr committed Jan 14, 2018
1 parent 8bb70cb commit 47ab638
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package com.github.novotnyr.aedile.cmdline;

import org.kohsuke.args4j.Option;
import org.kohsuke.args4j.Argument;

public class FilesystemExportCommand {
@Option(name = "directory", required = true)
@Argument(metaVar = "directory")
private String directory;

public String getDirectory() {
Expand Down

0 comments on commit 47ab638

Please sign in to comment.