about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/skaembutils/s6-dumpenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skaembutils/s6-dumpenv.c b/src/skaembutils/s6-dumpenv.c
index 4bed6c8..3c025d4 100644
--- a/src/skaembutils/s6-dumpenv.c
+++ b/src/skaembutils/s6-dumpenv.c
@@ -17,7 +17,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
   mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH ;
   unsigned int dirlen ;
 
-  PROG = "s6-printenv" ;
+  PROG = "s6-dumpenv" ;
   {
     subgetopt_t l = SUBGETOPT_ZERO ;
     for (;;)