" -F, --fork fork off for each device (use with -a)\n"
" -T, --fstab <path> alternative file to /etc/fstab\n"));
fprintf(out, _(
- " -h, --help display this help text and exit\n"
- " -i, --internal-only don't call the mount.<type> helpers\n"
- " -l, --show-labels lists all mounts with LABELs\n"
+ " -i, --internal-only don't call the mount.<type> helpers\n"));
+ fprintf(out, _(
+ " -l, --show-labels show also filesystem labels\n"));
+ fprintf(out, _(
" -n, --no-mtab don't write to /etc/mtab\n"));
fprintf(out, _(
" -o, --options <list> comma-separated list of mount options\n"
" --source <src> explicitly specifies source (path, label, uuid)\n"
" --target <target> explicitly specifies mountpoint\n"));
fprintf(out, _(
- " -v, --verbose say what is being done\n"
- " -V, --version display version information and exit\n"
+ " -v, --verbose say what is being done\n"));
+ fprintf(out, _(
" -w, --rw, --read-write mount the filesystem read-write (default)\n"));
fputs(USAGE_SEPARATOR, out);