diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 8396def00..5cba40bcd 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -170,9 +170,7 @@
Automatically search
for an init binary and invoke it
instead of a shell or a user supplied
- program. A command to execute cannot
- be specified in this case.
-
+ program.
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index c346f5841..b8962e989 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -267,11 +267,6 @@ static int parse_argv(int argc, char *argv[]) {
}
}
- if (optind < argc && arg_boot) {
- log_error("Cannot specify a command together with '-b'");
- return -EINVAL;
- }
-
return 1;
}