From 13084b27f290443321bf56f9ec739b657bb36ff8 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Tue, 7 Jul 2020 16:21:32 +0100 Subject: [PATCH] Rename --show-uuids short param from 'i' to 'u' --- onep-cli/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onep-cli/src/main.rs b/onep-cli/src/main.rs index 6b113f1..248de33 100644 --- a/onep-cli/src/main.rs +++ b/onep-cli/src/main.rs @@ -25,14 +25,14 @@ enum Opt { /// List all items #[clap(alias = "ls")] List { - #[clap(long, short = 'i')] + #[clap(long, short = 'u')] show_uuids: bool, #[clap(long, short = 'n')] show_account_names: bool, }, /// Search for an item Search { - #[clap(long, short = 'i')] + #[clap(long, short = 'u')] show_uuids: bool, #[clap(long, short = 'n')] show_account_names: bool, -- libgit2 1.7.2