diff options
author | Christian Hesse <mail@eworm.de> | 2016-05-27 09:21:02 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2016-05-27 09:21:02 +0200 |
commit | 7f30799adee958603ca52ed1ad6a4e298e7ca652 (patch) | |
tree | faa4b74f1f08dedb67d9b6f039a9a097f4b0628e | |
parent | acc0269cad31d1aaef2034a055b34c07c88a353d (diff) |
systemctl: remove extra comma
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 0500593d06..94c590130a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -7466,7 +7466,7 @@ static int systemctl_main(int argc, char *argv[]) { { "switch-root", 2, VERB_ANY, VERB_NOCHROOT, switch_root }, { "list-dependencies", VERB_ANY, 2, VERB_NOCHROOT, list_dependencies }, { "set-default", 2, 2, 0, set_default }, - { "get-default", VERB_ANY, 1, 0, get_default, }, + { "get-default", VERB_ANY, 1, 0, get_default }, { "set-property", 3, VERB_ANY, VERB_NOCHROOT, set_property }, { "is-system-running", VERB_ANY, 1, 0, is_system_running }, { "add-wants", 3, VERB_ANY, 0, add_dependency }, |