Prevented findstatic argument from appearing as multiple options.
This commit is contained in:
parent
f4bb2dce79
commit
996cadfa5f
|
@ -9,7 +9,7 @@ from django.utils.encoding import force_text
|
||||||
|
|
||||||
class Command(LabelCommand):
|
class Command(LabelCommand):
|
||||||
help = "Finds the absolute paths for the given static file(s)."
|
help = "Finds the absolute paths for the given static file(s)."
|
||||||
label = 'static file'
|
label = 'staticfile'
|
||||||
|
|
||||||
def add_arguments(self, parser):
|
def add_arguments(self, parser):
|
||||||
super(Command, self).add_arguments(parser)
|
super(Command, self).add_arguments(parser)
|
||||||
|
|
|
@ -149,7 +149,7 @@ that class path inside your :setting:`INSTALLED_APPS` setting:
|
||||||
``findstatic``
|
``findstatic``
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
.. django-admin:: findstatic static file [static file ...]
|
.. django-admin:: findstatic staticfile [staticfile ...]
|
||||||
|
|
||||||
Searches for one or more relative paths with the enabled finders.
|
Searches for one or more relative paths with the enabled finders.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue