]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/unshare.c
docs: update year in libs docs
[thirdparty/util-linux.git] / sys-utils / unshare.c
index 0558c571be2c870ef63bbf50013442a38c9db72f..8d33f2273524657fe4f48da4765f80ca34098e0a 100644 (file)
@@ -349,7 +349,7 @@ int main(int argc, char *argv[])
        textdomain(PACKAGE);
        close_stdout_atexit();
 
-       while ((c = getopt_long(argc, argv, "+fhVmuinpCUrR:w:S:G:", longopts, NULL)) != -1) {
+       while ((c = getopt_long(argc, argv, "+fhVmuinpCUrR:w:S:G:c", longopts, NULL)) != -1) {
                switch (c) {
                case 'f':
                        forkit = 1;