summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/openbox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index f410f312..a4f527b1 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -271,6 +271,10 @@ void parse_args(int argc, char **argv)
g_printerr("-rc requires an argument\n");
else
ob_rc_path = argv[++i];
+ } else {
+ g_printerr("Invalid option: '%s'\n\n", argv[i]);
+ print_help();
+ exit(1);
}
}
}