mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in help text.
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# IDENTIFICATION
 | 
					# IDENTIFICATION
 | 
				
			||||||
#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.10 1996/10/05 03:24:47 momjian Exp $
 | 
					#    $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.11 1996/10/05 21:34:33 momjian Exp $
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
#-------------------------------------------------------------------------
 | 
					#-------------------------------------------------------------------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -97,7 +97,7 @@ do
 | 
				
			|||||||
	*)
 | 
						*)
 | 
				
			||||||
		echo "Unrecognized option '$1'.  Syntax is:"
 | 
							echo "Unrecognized option '$1'.  Syntax is:"
 | 
				
			||||||
		echo "initdb [-t | --template] [-d | --debug] [-n | --noclean]" \
 | 
							echo "initdb [-t | --template] [-d | --debug] [-n | --noclean]" \
 | 
				
			||||||
		     "[-u SUPSERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
 | 
							     "[-u SUPERUSER | --username=SUPERUSER] [-r DATADIR | --pgdata=DATADIR]"
 | 
				
			||||||
		exit 100
 | 
							exit 100
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
	shift
 | 
						shift
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user