diff options
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index ee11ac88d9..010eacccce 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -90,7 +90,12 @@ Some commonly used options are: .. django-admin-option:: --noinput - Do NOT prompt the user for input of any kind. + Do NOT prompt the user for input of any kind. You can use ``--no-input`` + as an alias for this option. + + .. versionchanged:: 1.9 + + The ``--no-input`` alias was added. .. django-admin-option:: -i <pattern> .. django-admin-option:: --ignore <pattern> |
