Skip to content

Commit

Permalink
Improve docsting for paster less
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Feb 15, 2013
1 parent 63a4a50 commit 4a067ff
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ckan/lib/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1807,15 +1807,12 @@ def minify_file(self, path):


class LessCommand(CkanCommand):
'''Create minified versions of the given Javascript and CSS files.
'''Compile all root less documents into their CSS counterparts
Usage:
paster minify [FILE|DIRECTORY] ...
for example:
paster less
'''
summary = __doc__.split('\n')[0]
usage = __doc__
Expand Down

0 comments on commit 4a067ff

Please sign in to comment.