Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #685 from ggalmazor/issue_684_reduce_CLI_export_op…
Browse files Browse the repository at this point in the history
…_help_text

Issue 684 Reduce CLI export op help text
  • Loading branch information
yanokwa authored Nov 22, 2018
2 parents 87cfc0f + 5c4f1cd commit ba915b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/opendatakit/briefcase/operations/Export.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class Export {
private static final Param<Path> PEM_FILE = Param.arg("pf", "pem_file", "PEM file for form decryption", Paths::get);
private static final Param<Void> PULL_BEFORE = Param.flag("pb", "pull_before", "Pull before export");
private static final Param<Void> SPLIT_SELECT_MULTIPLES = Param.flag("ssm", "split_select_multiples", "Split select multiple fields");
private static final Param<Void> INCLUDE_GEOJSON_EXPORT = Param.flag("ig", "include_geojson", "Include a GeoJSON companion file with spatial data");
private static final Param<Void> INCLUDE_GEOJSON_EXPORT = Param.flag("ig", "include_geojson", "Include a GeoJSON file with spatial data");
private static final Param<Void> REMOVE_GROUP_NAMES = Param.flag("rgn", "remove_group_names", "Remove group names from column names");

public static Operation EXPORT_FORM = Operation.of(
Expand Down

0 comments on commit ba915b3

Please sign in to comment.