From 74b75deff6dee4dc0f283bb5ec14778674b0a07a Mon Sep 17 00:00:00 2001 From: Stepan Anchugov Date: Thu, 11 Dec 2014 12:45:26 +0500 Subject: [PATCH] Added '-ing' title ending to unify titles look Currently all of the titles in Console section use gerund, but not this one. --- components/console/console_arguments.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/console/console_arguments.rst b/components/console/console_arguments.rst index 0b998961c32..45f4b7d34c1 100644 --- a/components/console/console_arguments.rst +++ b/components/console/console_arguments.rst @@ -1,8 +1,10 @@ .. index:: single: Console; Console arguments -Understand how Console Arguments are Handled -============================================ +.. _understand-how-console-arguments-are-handled: + +Understanding how Console Arguments Are Handled +=============================================== It can be difficult to understand the way arguments are handled by the console application. The Symfony Console application, like many other CLI utility tools, follows the behavior