diff lib/argp-help.c @ 4536:3358eb550c86

Leave whitespace alone when importing, undoing that part of yesterday's changes.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 13 Aug 2003 20:23:14 +0000 (2003-08-13)
parents dde0ece94ba0
children 60f76c3e517a
line wrap: on
line diff
--- a/lib/argp-help.c
+++ b/lib/argp-help.c
@@ -294,13 +294,13 @@
      {"no-parent", 'P',	      0,     0, "Include processes without parents"},
      {0,           'x',       0,     OPTION_ALIAS},
      {"all-fields",'Q',       0,     0, "Don't elide unusable fields (normally"
-					" if there's some reason ps can't"
+                                        " if there's some reason ps can't"
 					" print a field for any process, it's"
-					" removed from the output entirely)" },
+                                        " removed from the output entirely)" },
      {"reverse",   'r',       0,     0, "Reverse the order of any sort"},
      {"gratuitously-long-reverse-option", 0, 0, OPTION_ALIAS},
      {"session",   OPT_SESS,  "SID", OPTION_ARG_OPTIONAL,
-					"Add the processes from the session"
+                                        "Add the processes from the session"
 					" SID (which defaults to the sid of"
 					" the current process)" },
 
@@ -1641,7 +1641,7 @@
 	__argp_fmtstream_putc (fs, '\n');
       __argp_fmtstream_printf (fs, dgettext (argp->argp_domain,
 					     "Report bugs to %s.\n"),
-			       argp_program_bug_address);
+ 			       argp_program_bug_address);
       anything = 1;
     }