summaryrefslogtreecommitdiff
path: root/pr/tests/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/fsync.c')
-rw-r--r--pr/tests/fsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/fsync.c b/pr/tests/fsync.c
index ee2eeff7..3e0fb175 100644
--- a/pr/tests/fsync.c
+++ b/pr/tests/fsync.c
@@ -19,7 +19,7 @@ static void Help(void)
PR_fprintf(err, "\t-c Nuber of iterations (default: 10)\n");
PR_fprintf(err, "\t-S Sync the file (default: FALSE)\n");
PR_fprintf(err, "\t-K Size of file (K bytes) (default: 10)\n");
- PR_fprintf(err, "\t Name of file to write (default: /usr/tmp/sync.dat)\n");
+ PR_fprintf(err, "\t Name of file to write (default: ./tmp-sync.dat)\n");
PR_fprintf(err, "\t-h This message and nothing else\n");
} /* Help */