diff options
author | Bruce Momjian | 1998-09-01 04:40:42 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-09-01 04:40:42 +0000 |
commit | fa1a8d6a97068295fe30ac646aec7493a6305bc2 (patch) | |
tree | 645f7cef3c78fbab4d6d7bbc7c9a61ad2893d273 /src/bin/psql/psqlHelp.h | |
parent | af74855a608da4cd7ef88ceb2241ec1c75537f39 (diff) |
OK, folks, here is the pgindent output.
Diffstat (limited to 'src/bin/psql/psqlHelp.h')
-rw-r--r-- | src/bin/psql/psqlHelp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psqlHelp.h b/src/bin/psql/psqlHelp.h index b8060641389..12b98a5ce6b 100644 --- a/src/bin/psql/psqlHelp.h +++ b/src/bin/psql/psqlHelp.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: psqlHelp.h,v 1.51 1998/08/28 03:36:31 momjian Exp $ + * $Id: psqlHelp.h,v 1.52 1998/09/01 04:33:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ struct _helpStruct static struct _helpStruct QL_HELP[] = { {"abort transaction", "abort the current transaction", - "\ + "\ \tabort [transaction|work];"}, {"alter table", "add/rename attributes, rename tables", |