mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 16:55:44 +00:00
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.