diff options
author | David Teigland <teigland@redhat.com> | 2014-10-10 15:46:35 -0500 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2014-10-17 16:58:50 -0500 |
commit | 3e7915b20aa95759c7e4b92b8cf58de336ac6182 (patch) | |
tree | 681d2b3b8c4199d10b9af6008f5dee88e30ccdc5 /tools/args.h | |
parent | 4461c624bc59ddca60f4bbf1eb447d64c8d4aeb2 (diff) | |
download | lvm2-dev-dct-systemid2.tar.gz |
system_id: use for VG ownershipdev-dct-systemid2
See included lvmsystemid(7) for full description.
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 */ |