Prevented findstatic argument from appearing as multiple options.

This commit is contained in:
eltronix 2016-05-12 17:41:53 +03:00 committed by Tim Graham
parent f4bb2dce79
commit 996cadfa5f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ from django.utils.encoding import force_text
class Command(LabelCommand):
help = "Finds the absolute paths for the given static file(s)."
label = 'static file'
label = 'staticfile'
def add_arguments(self, parser):
super(Command, self).add_arguments(parser)

View File

@ -149,7 +149,7 @@ that class path inside your :setting:`INSTALLED_APPS` setting:
``findstatic``
--------------
.. django-admin:: findstatic static file [static file ...]
.. django-admin:: findstatic staticfile [staticfile ...]
Searches for one or more relative paths with the enabled finders.