summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 610e32b..85f90f6 100755
--- a/draklive
+++ b/draklive
@@ -1528,7 +1528,7 @@ require standalone;
if ($live{copy_wizard}) {
copy_wizard(\%live);
} else {
- every { !$_->{to_run} } @actions and die 'nothing to do';
+ every { !$_->{to_run} } @actions and Pod::Usage::pod2usage();
read_config(\%live, $config_root, $config_path, $settings_path);
check_config(\%live);
complete_config(\%live);