Use single print statement for help information.
Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
parent
b7e98246ad
commit
3822696640
@ -39,8 +39,9 @@ sub print_version() {
|
|||||||
|
|
||||||
sub print_help() {
|
sub print_help() {
|
||||||
&print_version();
|
&print_version();
|
||||||
print("A time machine to return your ArchLinux machine back to a working state.\n");
|
print("A time machine to return your ArchLinux machine back to a working state.
|
||||||
print("\nUSAGE:
|
|
||||||
|
USAGE:
|
||||||
$PROG_NAME [-i|-r] [-t <num>] [-d]
|
$PROG_NAME [-i|-r] [-t <num>] [-d]
|
||||||
$PROG_NAME -h
|
$PROG_NAME -h
|
||||||
$PROG_NAME -v
|
$PROG_NAME -v
|
||||||
|
Loading…
Reference in New Issue
Block a user