Skip to content

Commit

Permalink
fix(include.rb): correct hint to man page (#347)
Browse files Browse the repository at this point in the history
In git (version 2.43.0), the command to access the corresponding
man page differs to the one the hint so far indicated.

Signed-off-by: Norwid Behrnd <[email protected]>
  • Loading branch information
nbehrnd authored Mar 18, 2024
1 parent b78c39d commit 411171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levels/include.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
end

hint do
puts "Using `git help gitignore`, read about the optional prefix to negate a pattern."
puts "Using `git help ignore`, read about the optional prefix to negate a pattern."
end

0 comments on commit 411171d

Please sign in to comment.