summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/rtcwake.c')
-rw-r--r--sys-utils/rtcwake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c
index f233f506e..d7f193b05 100644
--- a/sys-utils/rtcwake.c
+++ b/sys-utils/rtcwake.c
@@ -60,7 +60,7 @@ enum ClockMode {
CM_LOCAL
};
-static char *adjfile = _PATH_ADJPATH;
+static char *adjfile = _PATH_ADJTIME;
static unsigned verbose;
static unsigned dryrun;
enum ClockMode clock_mode = CM_AUTO;
@@ -74,7 +74,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
fputs(USAGE_OPTIONS, out);
fprintf(out,
_(" -A, --adjfile <file> specifies the path to the adjust file\n"
- " the default is %s\n"), _PATH_ADJPATH);
+ " the default is %s\n"), _PATH_ADJTIME);
fputs(_(" -d, --device <device> select rtc device (rtc0|rtc1|...)\n"
" -n, --dry-run does everything, but suspend\n"
" -l, --local RTC uses local timezone\n"