diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-26 17:55:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-26 17:55:55 +0000 |
commit | dd5e11bb053e8dd278662b1ba69d04b6c5d9b3ff (patch) | |
tree | 9d1320145bbdce861e1804843e62d8db4f83e644 /selinux | |
parent | 7ae209c0190c0c6e6b1c95ee9005edf4729e1ce0 (diff) | |
download | busybox-dd5e11bb053e8dd278662b1ba69d04b6c5d9b3ff.tar.gz |
chcon: trivial fix
Diffstat (limited to 'selinux')
-rw-r--r-- | selinux/chcon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selinux/chcon.c b/selinux/chcon.c index f0590b5b0..3609880cb 100644 --- a/selinux/chcon.c +++ b/selinux/chcon.c @@ -136,7 +136,7 @@ int chcon_main(int argc, char **argv) ":\xff--urtl:u--\xff:r--\xff:t--\xff:l--\xff" #endif ":f--v:v--f"; /* 'verbose' and 'quiet' are exclusive */ - getopt32(argv, "Rchf:u:r:t:l:v", + getopt32(argv, "Rchfu:r:t:l:v", &user, &role, &type, &range, &reference_file); argv += optind; |