--- src/bin/psql/help.c +++ src/bin/psql/help.c @@ -92,7 +92,7 @@ puts(_(" -1 (\"one\") execute command file as a single transaction")); puts(_(" -l list available databases, then exit")); puts(_(" -v NAME=VALUE set psql variable NAME to VALUE")); - puts(_(" -X do not read startup file (~/.psqlrc)")); + puts(_(" -X do not read startup file (~/.desk/psqlrc)")); puts(_(" --help show this help, then exit")); puts(_(" --version output version information, then exit"));