aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc.c b/src/rc.c
index e7e8ad54..d30ccedc 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -802,7 +802,7 @@ int main (int argc, char **argv)
eerrorx ("arguments required");
if (argc > 1 && (strcmp (argv[1], "--version") == 0)) {
- printf ("%s (Open RC) version " VERSION "\n", applet);
+ printf ("%s (OpenRC) version " VERSION "\n", applet);
exit (EXIT_SUCCESS);
}