diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index d863d2be..65932059 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -83,14 +83,14 @@ void usage (void) printf ("\nUsage: %s [options] -d dev\n" " -d dev --device dev The ntfs volume to display information about\n" " -i num --inode num Display information about this inode\n" + " -t --epochtime Report all timestamps as \"Thu Jan 1 00:00:00 1970\"\n" + " -T --notime Don't report timestamps at all\n" "\n" " -f --force Use less caution\n" " -q --quiet Less output\n" " -v --verbose More output\n" " -V --version Display version information\n" - " -h --help Display this help\n\n" - " -t --epochtime Report all timestamps as \"Thu Jan 1 00:00:00 1970\"\n" - " -T --notime Don't report timestamps at all\n", + " -h --help Display this help\n\n", EXEC_NAME); printf ("%s%s\n", ntfs_bugs, ntfs_home); }