summaryrefslogtreecommitdiff
path: root/src/misc/s6-linux-init-echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/s6-linux-init-echo.c')
-rw-r--r--src/misc/s6-linux-init-echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/s6-linux-init-echo.c b/src/misc/s6-linux-init-echo.c
index d39e649..483efe2 100644
--- a/src/misc/s6-linux-init-echo.c
+++ b/src/misc/s6-linux-init-echo.c
@@ -10,7 +10,7 @@ int main (int argc, char const *const *argv)
{
char sep = ' ' ;
char donl = 1 ;
- PROG = "s6-echo" ;
+ PROG = "s6-linux-init-echo" ;
{
subgetopt_t l = SUBGETOPT_ZERO ;
for (;;)