diff options
-rw-r--r-- | setcifsacl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/setcifsacl.c b/setcifsacl.c index 0c49e06..9840b14 100644 --- a/setcifsacl.c +++ b/setcifsacl.c @@ -1342,9 +1342,9 @@ main(const int argc, char *const argv[]) ace_list = optarg; break; case 'A': - maction = ActAddReorder; - ace_list = optarg; - break; + maction = ActAddReorder; + ace_list = optarg; + break; case 'S': maction = ActSetAcl; ace_list = optarg; |