summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xomptagger7
1 files changed, 4 insertions, 3 deletions
diff --git a/omptagger b/omptagger
index 879c596..2ae0133 100755
--- a/omptagger
+++ b/omptagger
@@ -471,9 +471,10 @@ GetoptLong.new(
end
end
-Output.help_information if actions.empty?
-
-if ARGV.empty?
+if actions.empty?
+ puts 'No actions specified. See the --help option.'
+ exit
+elsif ARGV.empty?
puts 'No files specified.'
exit
end