Skip to content

Commit

Permalink
Fix show-rules usage
Browse files Browse the repository at this point in the history
This command takes no arguments.
  • Loading branch information
denisdefreyne committed Nov 24, 2022
1 parent db1d595 commit b6b3cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoc/lib/nanoc/orig_cli/commands/show-rules.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

usage 'show-rules [thing]'
usage 'show-rules'
aliases :explain
summary 'describe the rules for each item'
description "
Expand Down

0 comments on commit b6b3cb2

Please sign in to comment.