File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ds3_java_cli/src/main/java/com/spectralogic/ds3cli Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public final class ArgumentFactory {
5757 public static final Option PREFIX = Option .builder ("p" ).hasArg (true ).argName ("prefix" )
5858 .desc ("Used with get operations to restore only objects whose names start with prefix "
5959 + "and with put operations, to prepend a prefix to object name(s)" ).build ();
60- public static final Option SHOWVERSION = Option .builder ("sv" ).argName ("show-version" )
60+ public static final Option SHOWVERSION = Option .builder ("sv" ).argName ("show-version" ). longOpt ( "show-version" )
6161 .desc ("Show version information" ).build ();
6262 public static final Option VERSIONID = Option .builder ().longOpt ("versionId" ).desc ("Version ID value" ).hasArg (true )
6363 .build ();
You can’t perform that action at this time.
0 commit comments