Skip to content

Commit 4dabd10

Browse files
committed
Fix label: "Commands" -> "Tasks".
1 parent 78e924b commit 4dabd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def find_runfile
5656

5757
task_name = ARGV[0]
5858
if !task_name
59-
puts 'Commands:'
59+
puts 'Tasks:'
6060
width = manager.tasks.map { |name, task| name.length }.max
6161
manager.tasks.each do |name, task|
6262
space = ' ' * (width - name.length + 6)

0 commit comments

Comments
 (0)