You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/10/04 16:12:38 UTC

svn commit: r1842829 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Thu Oct  4 16:12:38 2018
New Revision: 1842829

URL: http://svn.apache.org/viewvc?rev=1842829&view=rev
Log:
Tweak the indentation of 'svn help add' for consistency.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Tweak indentation of the output.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1842829&r1=1842828&r2=1842829&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Thu Oct  4 16:12:38 2018
@@ -536,25 +536,25 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "Put new files and directories under version control.\n"
      "usage: add PATH...\n"
      "\n"), N_(
-     "Schedule unversioned PATHs for addition, so they will become versioned and\n"
-     "be added to the repository in the next commit. Recurse into directories by\n"
-     "default (see the --depth option).\n"
+     "  Schedule unversioned PATHs for addition, so they will become versioned and\n"
+     "  be added to the repository in the next commit. Recurse into directories by\n"
+     "  default (see the --depth option).\n"
      "\n"), N_(
-     "The 'svn add' command is only necessary for files and directories that are\n"
-     "not yet under version control. Unversioned files and directories can be\n"
-     "identified with 'svn status' (see 'svn help status').\n"
+     "  The 'svn add' command is only necessary for files and directories that are\n"
+     "  not yet under version control. Unversioned files and directories can be\n"
+     "  identified with 'svn status' (see 'svn help status').\n"
      "\n"
-     "The effects of 'svn add' can be undone with 'svn revert' before the addition\n"
-     "has been committed. Once committed, a path can be removed from version\n"
-     "control with 'svn delete', and in some circumstances by running a reverse-\n"
-     "merge (see 'svn help merge' for details).\n"
+     "  The effects of 'svn add' can be undone with 'svn revert' before the addition\n"
+     "  has been committed. Once committed, a path can be removed from version\n"
+     "  control with 'svn delete', and in some circumstances by running a reverse-\n"
+     "  merge (see 'svn help merge' for details).\n"
      "\n"), N_(
-     "With --force, add all the unversioned paths found in PATHs and ignore the\n"
-     "rest; otherwise, error out if any specified paths are already versioned.\n"
+     "  With --force, add all the unversioned paths found in PATHs and ignore the\n"
+     "  rest; otherwise, error out if any specified paths are already versioned.\n"
      "\n"), N_(
-     "The selection of items to add may be influenced by the 'ignores' feature.\n"
-     "Properties may be attached to the items as configured by the 'auto-props'\n"
-     "feature.\n"
+     "  The selection of items to add may be influenced by the 'ignores' feature.\n"
+     "  Properties may be attached to the items as configured by the 'auto-props'\n"
+     "  feature.\n"
     )},
     {opt_targets, 'N', opt_depth, 'q', opt_force, opt_no_ignore, opt_autoprops,
      opt_no_autoprops, opt_parents },