cryptsetup: give command line parameters proper names
authorLennart Poettering <lennart@poettering.net>
Wed, 25 Nov 2020 10:42:09 +0000 (11:42 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 Dec 2020 16:49:34 +0000 (17:49 +0100)
commitda2268f9d7effaf897245bb8f9c55245c9fecf2c
tree4b5aaa9378984cd9bbaccadd593a2f93e27a75ba
parentfea909c1b968f03b7f78b83f256d01ccc155bdba
cryptsetup: give command line parameters proper names

It's highly confusing to reference the command line parameters via
argv[] indexes. Let's clean this up, and introduce properly named local
variables that make this easier to follow.

No actualy code changes, just some renaming of variables.
src/cryptsetup/cryptsetup.c