]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
unshare: fix error message for unexpected time offsets
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 25 Jun 2023 11:28:19 +0000 (13:28 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 25 Jun 2023 11:28:19 +0000 (13:28 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
sys-utils/unshare.c

index 13aefa96c42338d70b902cd341b16df44fd3a43e..3ff4137c84d517b228fc7c0e119a175744eaf83f 100644 (file)
@@ -914,7 +914,7 @@ int main(int argc, char *argv[])
 
        if ((force_monotonic || force_boottime) && !(unshare_flags & CLONE_NEWTIME))
                errx(EXIT_FAILURE, _("options --monotonic and --boottime require "
-                       "unsharing of a time namespace (-t)"));
+                       "unsharing of a time namespace (-T)"));
 
        /* clear any inherited settings */
        signal(SIGCHLD, SIG_DFL);