--- src/bin/psql/help.c +++ src/bin/psql/help.c @@ -94,7 +94,7 @@ puts(_(" -f FILENAME execute commands from file, then exit")); 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"));