From f98dd70cd887a8372f0fcf70be5497d0ffafaa35 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 12:48:34 +0100 Subject: Adding upstream version 1.16. Signed-off-by: Daniel Baumann --- main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.cc') diff --git a/main.cc b/main.cc index 74e3850..0bc2322 100644 --- a/main.cc +++ b/main.cc @@ -1,5 +1,5 @@ -/* Lziprecover - Data recovery tool for lzip files - Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Antonio Diaz Diaz. +/* Lziprecover - Data recovery tool for the lzip format + Copyright (C) 2009-2014 Antonio Diaz Diaz. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -91,7 +91,7 @@ bool delete_output_on_interrupt = false; void show_help() { - std::printf( "%s - Data recovery tool and decompressor for lzip files.\n", Program_name ); + std::printf( "%s - Data recovery tool and decompressor for the lzip format.\n", Program_name ); std::printf( "\nUsage: %s [options] [files]\n", invocation_name ); std::printf( "\nOptions:\n" " -h, --help display this help and exit\n" -- cgit v1.2.3