aboutsummaryrefslogtreecommitdiff
path: root/src/alf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf.c')
-rw-r--r--src/alf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf.c b/src/alf.c
index bc88631..e8090f9 100644
--- a/src/alf.c
+++ b/src/alf.c
@@ -386,5 +386,8 @@ int main(int argc, char **argv) {
}
}
+ if(!opt_quiet)
+ puts("Processing complete.");
+
exit(0);
}