mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 10:04:00 +08:00
Displayed the plugin path in the basic help message
The ntfs-3g plugin directory depends on the distribution and may be difficult to determine. This displays the directory in the basic help.
This commit is contained in:
parent
5d6fd5c2d2
commit
6bdd1e85ac
@ -270,8 +270,11 @@ static const char *usage_msg =
|
||||
" umask=, fmask=, dmask=, streams_interface=.\n"
|
||||
" Please see the details in the manual (type: man ntfs-3g).\n"
|
||||
"\n"
|
||||
"Example: ntfs-3g /dev/sda1 /mnt/windows\n"
|
||||
"Example: lowntfs-3g /dev/sda1 /mnt/windows\n"
|
||||
"\n"
|
||||
#ifdef PLUGIN_DIR
|
||||
"Plugin path: " PLUGIN_DIR "\n\n"
|
||||
#endif /* PLUGIN_DIR */
|
||||
"%s";
|
||||
|
||||
static const char ntfs_bad_reparse[] = "unsupported reparse point";
|
||||
|
@ -207,6 +207,9 @@ static const char *usage_msg =
|
||||
"\n"
|
||||
"Example: ntfs-3g /dev/sda1 /mnt/windows\n"
|
||||
"\n"
|
||||
#ifdef PLUGIN_DIR
|
||||
"Plugin path: " PLUGIN_DIR "\n\n"
|
||||
#endif /* PLUGIN_DIR */
|
||||
"%s";
|
||||
|
||||
static const char ntfs_bad_reparse[] = "unsupported reparse point";
|
||||
|
Loading…
Reference in New Issue
Block a user