summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-04-19 00:45:54 +0000
committerJim Meyering <jim@meyering.net>1994-04-19 00:45:54 +0000
commitf1e328029666c5018abcfc6eda679b9cb659fea7 (patch)
tree2ab3352003ff2e40609c53f69e8666e77332603c /src/expr.c
parent85274fb9106b3484d4fe48102417b6dbda0e500d (diff)
downloadcoreutils-f1e328029666c5018abcfc6eda679b9cb659fea7.tar.xz
.
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index a3d42ff4c..d1b4ce601 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -178,7 +178,7 @@ main (argc, argv)
program_name = argv[0];
- parse_long_options (argc, argv, usage);
+ parse_long_options (argc, argv, "expr", usage);
if (argc == 1)
usage (1);