From 94efdfe2222ea94eff4d2044d554fa1852a4ddc6 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Sun, 19 Jan 2003 23:45:17 +0000 Subject: [PATCH] reformat the usage output (Logical change 1.106) --- ntfsprogs/ntfsinfo.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index 332258e0..cd49b37c 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -80,11 +80,11 @@ void usage (void) printf ("\nUsage: %s [options] device\n" " -i num --inode num Display information about this inode\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", + " -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", EXEC_NAME); printf ("%s%s\n", ntfs_bugs, ntfs_home); }