summaryrefslogtreecommitdiffstats
path: root/text-utils/line.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/line.c')
-rw-r--r--text-utils/line.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/text-utils/line.c b/text-utils/line.c
index 63c001261..e89407618 100644
--- a/text-utils/line.c
+++ b/text-utils/line.c
@@ -54,13 +54,12 @@ int main(int argc, char **argv)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
- atexit(close_stdout);
+ close_stdout_atexit();
while ((opt = getopt_long(argc, argv, "Vh", longopts, NULL)) != -1)
switch (opt) {
case 'V':
- printf(UTIL_LINUX_VERSION);
- return EXIT_SUCCESS;
+ print_version(EXIT_SUCCESS);
case 'h':
usage();
default: