From 02c7628840110893c4c5df861d018a1aa54ed450 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Fri, 11 Aug 2023 16:28:30 -0700 Subject: [PATCH] Wiki cleanup --- docs/Users-Drive-Copy-Move.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/Users-Drive-Copy-Move.md b/docs/Users-Drive-Copy-Move.md index d6a3a07a..6e7f164d 100644 --- a/docs/Users-Drive-Copy-Move.md +++ b/docs/Users-Drive-Copy-Move.md @@ -132,18 +132,13 @@ By default, GAM displays a message referencing files and folders not selected fo * `suppressnotselectedmessages false` - Do not suppress these messages; this is the default * `suppressnotselectedmessages [true]` - Suppress these messages -### By default, when copying sub files, all files, regardless of MIME type, are copied. You can specify -restrictions on the MIME types to be copied. +### By default, when copying sub files, all files, regardless of MIME type, are copied. +You can specify restrictions on the MIME types to be copied. * `filemimetypes ` - Copy sub files with the specified MIME types -* `filemimetypes not ` - Copy sub files with MIME types other than those specified +* `filemimetypes not ` - Copy sub files with MIME types other than those specified -that limit the items copied based on their name. -* `filenamematchpattern ` - Only files whose name matches `` are copied -* `foldernamematchpattern ` - Only folders whose name matches `` are copied -* `shortcutnamematchpattern ` - Only shortcuts whose name matches `` are copied - -### By default, when copying sub files, folders and shortcuts, all are copied. You can specify `` patterns -that limit the items copied based on their name. +### By default, when copying sub files, folders and shortcuts, all are copied. +You can specify `` patterns that limit the items copied based on their name. * `filenamematchpattern ` - Only files whose name matches `` are copied * `foldernamematchpattern ` - Only folders whose name matches `` are copied * `shortcutnamematchpattern ` - Only shortcuts whose name matches `` are copied