From: Lukas Schauer Date: Mon, 10 Jul 2017 16:21:06 +0000 (+0200) Subject: remove duplicate -a short option from --account (fixes #410) X-Git-Tag: v0.5.0~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f775d0e2a324ed93e91f7cca4651eeb49c70f50;p=thirdparty%2Fdehydrated.git remove duplicate -a short option from --account (fixes #410) --- diff --git a/dehydrated b/dehydrated index ab72f36..424481d 100755 --- a/dehydrated +++ b/dehydrated @@ -1210,7 +1210,7 @@ main() { set_command register ;; - --account|-a) + --account) set_command account ;;