From 6f46681a4807d98c167bb6edcf30434746ff46e0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sat, 21 Jul 2012 15:58:08 +0200 Subject: [PATCH] allow --rel as an abbreviation for --relative --- src/libpts/plugins/imv_attestation/attest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libpts/plugins/imv_attestation/attest.c b/src/libpts/plugins/imv_attestation/attest.c index 8ab7a2a8a..17c39e7f6 100644 --- a/src/libpts/plugins/imv_attestation/attest.c +++ b/src/libpts/plugins/imv_attestation/attest.c @@ -136,6 +136,7 @@ static void do_args(int argc, char *argv[]) { "owner", required_argument, NULL, 'O' }, { "product", required_argument, NULL, 'P' }, { "relative", no_argument, NULL, 'R' }, + { "rel", no_argument, NULL, 'R' }, { "sha1", no_argument, NULL, '1' }, { "sha256", no_argument, NULL, '2' }, { "sha384", no_argument, NULL, '3' },