aboutsummarylogtreecommitdiffstats
path: root/linger-switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linger-switch.cpp')
-rw-r--r--linger-switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linger-switch.cpp b/linger-switch.cpp
index 674201a633eb..072bd2d0829f 100644
--- a/linger-switch.cpp
+++ b/linger-switch.cpp
@@ -22,7 +22,7 @@ int main(int argc, char** argv) {
if (setresuid(uid, uid, 0) < 0) Err("setuid");
umask(0022);
bool del = false, flag = false;
- if (argv == 0) Help("linger");
+ if (argv == 0) Help("linger-switch");
else if (argc != 2) Help(argv[0]);
try {
std::string mode_str(argv[1]);