diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index f20252dc0c..d547bd97e2 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -103,7 +103,6 @@ options can be added in the :meth:`~BaseCommand.add_arguments` method like this: parser.add_argument( '--delete', action='store_true', - dest='delete', help='Delete poll instead of closing it', ) |
