summaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-04-27 23:27:39 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-04-27 23:27:39 +0000
commit6f13cd197540af0bf5e87f87ab0e03548d9c5f64 (patch)
tree5ce691b38fe2a9d0033931a1e39e568c142966d1 /src/misc
parent31dcbd86ed7e34b4d8ea272ceb9c0a4cfac54c56 (diff)
downloads6-linux-init-6f13cd197540af0bf5e87f87ab0e03548d9c5f64.tar.xz
Doc fixes
Diffstat (limited to 'src/misc')
-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 (;;)