diff options
author | stuebinm | 2021-04-05 02:11:32 +0200 |
---|---|---|
committer | stuebinm | 2021-04-05 02:11:50 +0200 |
commit | e59b7a020d3e505ad9ac8aa92b35aa934386bb06 (patch) | |
tree | bb9d69f2e7486f8d79f38d2db37ebfa92351fe6f /utils/src/main.rs | |
parent | d262cc52f8474a8af1d0ab4f4a427222d1148c5a (diff) |
utils: change name to survey-generate
Diffstat (limited to 'utils/src/main.rs')
-rw-r--r-- | utils/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/src/main.rs b/utils/src/main.rs index ff5f86f..3d6f885 100644 --- a/utils/src/main.rs +++ b/utils/src/main.rs @@ -35,7 +35,6 @@ enum AnswerSpace { } #[derive(StructOpt, Debug)] -#[structopt(name = "basic")] struct Options { /// a dhall configuration file that describes a survey #[structopt(long, short, parse(from_os_str))] |