diff options
Diffstat (limited to 'tools/args.h')
-rw-r--r-- | tools/args.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/args.h b/tools/args.h index 531148c95..8540b9a40 100644 --- a/tools/args.h +++ b/tools/args.h @@ -114,6 +114,8 @@ arg(split_ARG, '\0', "split", NULL, 0) arg(readonly_ARG, '\0', "readonly", NULL, 0) arg(atomic_ARG, '\0', "atomic", NULL, 0) arg(activationmode_ARG, '\0', "activationmode", string_arg, 0) +arg(systemid_ARG, '\0', "systemid", string_arg, 0) +arg(systemidsource_ARG, '\0', "systemidsource", string_arg, 0) /* Allow some variations */ |