From 6a5cb4ac8ef2cb50a578d60b20775b1a27cbc6fe Mon Sep 17 00:00:00 2001 From: Tommaso Fontana Date: Thu, 8 Feb 2024 13:46:53 +0100 Subject: [PATCH] chagned endianness short to E so they are unambiguous --- src/bin/bvgraph_cli/llp.rs | 2 +- src/bin/bvgraph_cli/utils.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/bvgraph_cli/llp.rs b/src/bin/bvgraph_cli/llp.rs index 8d4f699d..51cbac91 100644 --- a/src/bin/bvgraph_cli/llp.rs +++ b/src/bin/bvgraph_cli/llp.rs @@ -53,7 +53,7 @@ struct CliArgs { /// The seed to use for the prng seed: u64, - #[arg(short = 'e', long)] + #[arg(short = 'p', long)] /// Save the permutation in ε-serde format. epserde: bool, } diff --git a/src/bin/bvgraph_cli/utils.rs b/src/bin/bvgraph_cli/utils.rs index 37479e43..70417c4d 100644 --- a/src/bin/bvgraph_cli/utils.rs +++ b/src/bin/bvgraph_cli/utils.rs @@ -104,7 +104,7 @@ pub struct PermutationArgs { /// Reference on how to use it: pub struct CompressArgs { /// The endianess of the graph to write - #[clap(short = 'e', long)] + #[clap(short = 'E', long)] pub endianess: Option, /// The compression windows