From 70b7c4f8bfc5caec99f74cbd89ba7977604485a0 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 30 Nov 2008 21:54:18 +0000 Subject: [PATCH] change invocation examples to work on OS X --- src/ntfs-3g.c | 4 ++-- src/utils.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 12e88ec5..679a8a53 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -164,13 +164,13 @@ static const char *usage_msg = "Copyright (C) 2006-2008 Szabolcs Szakacsits\n" "Copyright (C) 2005-2007 Yura Pakhuchiy\n" "\n" -"Usage: %s [-o option[,...]]\n" +"Usage: %s [-o option[,...]] \n" "\n" "Options: ro (read-only mount), force, remove_hiberfile, locale=,\n" " uid=, gid=, umask=, fmask=, dmask=, streams_interface=.\n" " Please see the details in the manual.\n" "\n" -"Example: ntfs-3g /dev/sda1 /mnt/win -o force\n" +"Examples: ntfs-3g -o force /dev/sda1 /mnt/windows\n" "\n" "%s"; diff --git a/src/utils.c b/src/utils.c index 5f3f3db0..8914eb25 100644 --- a/src/utils.c +++ b/src/utils.c @@ -66,7 +66,7 @@ static const char *hibernated_volume_msg = "mount the volume read-write with the 'remove_hiberfile' mount option.\n" "For example type on the command line:\n" "\n" -" mount -t ntfs-3g %s %s -o remove_hiberfile\n" +" mount -t ntfs-3g -o remove_hiberfile %s %s\n" "\n"; static const char *unclean_journal_msg = @@ -97,7 +97,7 @@ static const char *access_denied_msg = static const char *forced_mount_msg = "\n" -" mount -t ntfs-3g %s %s -o force\n" +" mount -t ntfs-3g -o force %s %s\n" "\n" " Or add the option to the relevant row in the /etc/fstab file:\n" "\n"