diff --git a/django/core/management/base.py b/django/core/management/base.py
index 558cc320b9..971e26cace 100644
--- a/django/core/management/base.py
+++ b/django/core/management/base.py
@@ -175,6 +175,7 @@ class BaseCommand(object):
         This is the list of ``optparse`` options which will be fed
         into the command's ``OptionParser`` for parsing arguments.
         Deprecated and will be removed in Django 1.10.
+        Use ``add_arguments`` instead.
 
     ``output_transaction``
         A boolean indicating whether the command outputs SQL