From 177ad3b69326211906a599cc5d0ddf7b249bcc08 Mon Sep 17 00:00:00 2001 From: "flatcap.org!ntfs" Date: Sat, 11 Oct 2003 15:36:14 +0000 Subject: [PATCH] slight rearrangement to group standard options (Logical change 1.200) --- ntfsprogs/ntfsinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); }