aboutsummaryrefslogtreecommitdiff
path: root/src/lsattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsattr.c')
-rw-r--r--src/lsattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsattr.c b/src/lsattr.c
index 706be6b..9b49ca3 100644
--- a/src/lsattr.c
+++ b/src/lsattr.c
@@ -25,7 +25,7 @@ eclat_lsattr(eclat_command_env_t *env, int argc, char **argv)
25 int i; 25 int i;
26 struct eclat_command *command; 26 struct eclat_command *command;
27 27
28 parse_options(argc, argv, &i); 28 parse_options(env, argc, argv, &i);
29 29
30 argc -= i; 30 argc -= i;
31 argv += i; 31 argv += i;

Return to:

Send suggestions and report system problems to the System administrator.